-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#450 broke the misc_nodes tests since now `adaptive=false` has to be expilictly set. This only showed up as a warning: ``` ┌ Warning: dt(3.725290298461914e-9) <= dtmin(3.725290298461914e-9) at t=34560.0, and step error estimate = 1.0. Aborting. There is either an error in your model specification or the true solution is unstable. └ @ SciMLBase C:\Users\visser_mn\.julia\packages\SciMLBase\kTUaf\src\integrator_interface.jl:599 ``` To avoid missing issues like that we should check if the model returns with a `ReturnCode.Success`.
- Loading branch information
Showing
5 changed files
with
8 additions
and
0 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
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