Skip to content

Fix typo in loop iteration variable

Ghost User requested to merge (removed):fix/MovementSplitSolver into master

Previously the last value from the previous loop would have been used len(new) times.

Merge request reports