Skip to content

Add publish_period and interval to SimulationArgs#206

Open
poorva1209 wants to merge 3 commits into
developfrom
timestep
Open

Add publish_period and interval to SimulationArgs#206
poorva1209 wants to merge 3 commits into
developfrom
timestep

Conversation

@poorva1209

Copy link
Copy Markdown
Contributor

No description provided.

@poorva1209 poorva1209 requested a review from afisher1 June 18, 2026 18:11
@poorva1209 poorva1209 self-assigned this Jun 18, 2026
duration: str = field(default="300")
timestep_frequency: str = field(default="1000")
timestep_increment: str = field(default="1000")
publish_period: str = field(default="60")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interval is vague. timestep_interval or timestep_size would convey better meaning for users. A nice to have would be different defaults based off of run_realtime paramter. False: publish_period = 60, interval = 60. True: publish_period = 3, interval = 1. in fact interval must be 1 regardless if run_realtime is True.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants