Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Dec 8, 2024
1 parent d9fc52d commit 7a5659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyorerun/multi_phase_rerun.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ def rerun(self, server_name: str = "multi_phase_animation", notebook=False) -> N
)

more_phases_after_this_one = i < self.nb_phase - 1
rr_phase.rerun(init=False, clear_last_node=more_phases_after_this_one)
rr_phase.rerun(init=False, clear_last_node=False)

0 comments on commit 7a5659b

Please sign in to comment.