Skip to content

Commit

Permalink
progress_tracker_interval should be much smaller, now that t_range is…
Browse files Browse the repository at this point in the history
… in units of T*, or your output file will be close to 10GB.
  • Loading branch information
HannoSpreeuw committed Aug 6, 2024
1 parent 54187b5 commit 166bda2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions marlpde/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ class Tracker:
Initialises all the tracking parameters, such as tracker interval.
Also indicates the quantities to be tracked, as boolean values.
'''
progress_tracker_interval: float = Solver().t_range/ 100 / \
Map_Scenario().Tstar
progress_tracker_interval: float = Solver().t_range/ 1_000
live_plotting: bool = False
plotting_interval: str = '0:05'
data_tracker_interval: float = 0.01
Expand Down

0 comments on commit 166bda2

Please sign in to comment.