Skip to content

Commit

Permalink
Apparently, "interval" has been deprecated
Browse files Browse the repository at this point in the history
in favor of "interrupts".
  • Loading branch information
HannoSpreeuw committed Nov 25, 2024
1 parent 12229e7 commit 4a40ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlpde/Evolve_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def integrate_equations(solver_parms, tracker_parms, pde_parms):
storage = FileStorage(stored_results, info=storage_parms)

if tracker_parms["live_plotting"]:
live_plots = LivePlotTracker(interval=\
live_plots = LivePlotTracker(interrupts=\
tracker_parms["plotting_interval"], \
title="Integration results",
show=True, max_fps=1, \
Expand Down

0 comments on commit 4a40ff3

Please sign in to comment.