Skip to content

Commit

Permalink
forgot this one
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Dec 10, 2024
1 parent 7a5659b commit 34c19f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyorerun/multi_frame_rate_phase_rerun.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def rerun(
self, name: str = "animation_phase", init: bool = True, clear_last_node: bool = False, notebook: bool = False
) -> None:
if self.nb_phases == 1:
self.phase_reruns[0].rerun_with_chunks(name, init, clear_last_node, notebook)
self.phase_reruns[0].rerun(name, init, clear_last_node, notebook)
return

if init:
Expand Down

0 comments on commit 34c19f0

Please sign in to comment.