def ceil_round_step()
in
encoder.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def ceil_round_step(n, step): return int(np.ceil(n/step)*step)