load cycle does not work properly
The function load_cycle does not work properly. The lines
cycle_index = cycle - self.removed_cycles
if cycle_index < 0:
raise ValueError("The cycle to be loaded is not saved")
raises ValueError when it shouldn't. Stepping forward 7000 clock cycles and then backwards 4000 cycles results in this ValueError.
Edited by Martin Högstedt