Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test master #1048

Closed
wants to merge 1 commit into from
Closed

test master #1048

wants to merge 1 commit into from

Conversation

isaacsas
Copy link
Member

No description provided.

@isaacsas
Copy link
Member Author

isaacsas commented Sep 10, 2024

@ChrisRackauckas we're now getting test failures in ODE solvers at

@test sol[S][end] sol.ps[p]/sol.ps[d]

Nothing should have changed in Catalyst in the last day to cause this suddenly (tests passed yesterday). Is this related to initialization changes or structural_simplify changes?

cc: @TorkelE this looks like a DAE example you made?

@isaacsas
Copy link
Member Author

Ahh, I see the issue.

@TorkelE this isn't a consistent initialization. At t = 0 the equations should hold, and as such X and Y are fully deteremined by S(0), however, you are specifying values for them. Can you update any such examples in the tests? There seem to be multiple failures now due to such issues.

@ChrisRackauckas
Copy link
Member

Yes, that would be from SciML/ModelingToolkit.jl#3032. It fixes @TorkelE 's issue of SciML/ModelingToolkit.jl#2619 which there were cases we let inconsistent initial conditions through before. Now that we plugged that, yes that would error now 😅

@TorkelE
Copy link
Member

TorkelE commented Sep 11, 2024

Glad to see that it got fixed. Yes, superfluous initial conditions should be removed now, I should be able to get to it in a day or so

@isaacsas isaacsas deleted the test_master branch September 11, 2024 01:21
@isaacsas
Copy link
Member Author

Thanks!

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.

3 participants