We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54187b5 commit 166bda2Copy full SHA for 166bda2
marlpde/parameters.py
@@ -250,8 +250,7 @@ class Tracker:
250
Initialises all the tracking parameters, such as tracker interval.
251
Also indicates the quantities to be tracked, as boolean values.
252
'''
253
- progress_tracker_interval: float = Solver().t_range/ 100 / \
254
- Map_Scenario().Tstar
+ progress_tracker_interval: float = Solver().t_range/ 1_000
255
live_plotting: bool = False
256
plotting_interval: str = '0:05'
257
data_tracker_interval: float = 0.01
0 commit comments