Skip to content

Commit f72c19c

Browse files
committed
cleaning up?
2 parents 83b0d2a + f426df5 commit f72c19c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/visualize_pp_evolution.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def main():
3535

3636
# Run the simulation (ensure the plot stays open afterwards)
3737
try:
38-
pp.run(2500)
38+
pp.run(2500, stop_evolution_at=1000)
3939
finally:
4040
# Block and show the final figure so the user can inspect it.
4141
# Turn off interactive mode (visualize() enabled it) and show blocking.
@@ -49,4 +49,4 @@ def main():
4949

5050

5151
if __name__ == "__main__":
52-
main()
52+
main()

0 commit comments

Comments
 (0)