-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(0.95.3) Reset model clock and skip
time_step!
ing if next actuation…
… time is tiny (#3606) * reset model clock and skip time_step if next_actuation_time is really tiny * move next_actuation_time definition to after IterationInterval is defined * bugfix * add minimum_relative_step to Simulation * apply logic * bump minor version * Update src/Simulations/simulation.jl Co-authored-by: Gregory L. Wagner <[email protected]> * added minimum_time_step to docstring * better logic * add test * fix test * update docstring call signature * don't use next_actuation_time for setting next_time * Update src/Simulations/run.jl Co-authored-by: Simone Silvestri <[email protected]> --------- Co-authored-by: Gregory L. Wagner <[email protected]> Co-authored-by: Simone Silvestri <[email protected]>
- Loading branch information
1 parent
8878541
commit 87ecfed
Showing
4 changed files
with
52 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87ecfed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
87ecfed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/121506
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: