def ceil_round_step()

in encoder.py [0:0]


def ceil_round_step(n, step):
    return int(np.ceil(n/step)*step)