Skip to content

Commit 166bda2

Browse files
committed
progress_tracker_interval should be much smaller, now that t_range is in units of T*, or your output file will be close to 10GB.
1 parent 54187b5 commit 166bda2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

marlpde/parameters.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ class Tracker:
250250
Initialises all the tracking parameters, such as tracker interval.
251251
Also indicates the quantities to be tracked, as boolean values.
252252
'''
253-
progress_tracker_interval: float = Solver().t_range/ 100 / \
254-
Map_Scenario().Tstar
253+
progress_tracker_interval: float = Solver().t_range/ 1_000
255254
live_plotting: bool = False
256255
plotting_interval: str = '0:05'
257256
data_tracker_interval: float = 0.01

0 commit comments

Comments
 (0)