You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the arguments hourly_checkpoint and hourly_checkpoint_dt are hardcoded to save checkpoints at hourly intervals. We should generalize these to allow any checkpointing frequency, using the same time parsing that we use for other time inputs. This will also involve generalizing HourlyCallback and MonthlyCallback in TimeManager.
Right now, the arguments
hourly_checkpoint
andhourly_checkpoint_dt
are hardcoded to save checkpoints at hourly intervals. We should generalize these to allow any checkpointing frequency, using the same time parsing that we use for other time inputs. This will also involve generalizingHourlyCallback
andMonthlyCallback
in TimeManager.Follow-up to #1086
The text was updated successfully, but these errors were encountered: