We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83b0d2a + f426df5 commit f72c19cCopy full SHA for f72c19c
1 file changed
scripts/visualize_pp_evolution.py
@@ -35,7 +35,7 @@ def main():
35
36
# Run the simulation (ensure the plot stays open afterwards)
37
try:
38
- pp.run(2500)
+ pp.run(2500, stop_evolution_at=1000)
39
finally:
40
# Block and show the final figure so the user can inspect it.
41
# Turn off interactive mode (visualize() enabled it) and show blocking.
@@ -49,4 +49,4 @@ def main():
49
50
51
if __name__ == "__main__":
52
- main()
+ main()
0 commit comments