Closed GregoireHENRY closed 6 months ago
Change config.simulation.export.period to Option<usize> for:
config.simulation.export.period
Option<usize>
None
Some(period)
period
Also review if period should keep starting at beginning of export time or if it should start when export is finished.
Change
config.simulation.export.period
toOption<usize>
for:None
: do not repeat, no periodSome(period)
: repeat withperiod
secondsAlso review if
period
should keep starting at beginning of export time or if it should start when export is finished.