-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Summary of currently broken or disabled tests #1097
Comments
The first two seem to be due to SciML/SciMLBase.jl#832 |
I’ve capped SciMLBase till the remake issues are fixed. |
https://github.com/SciML/Catalyst.jl/actions/runs/11560966175/job/32178950735?pr=1098#step:6:1033 The breakage here is because I'll try and think of a way to resolve this. |
Chris asked me to update this post as of today (11/4). Here is the current state of things as I understand it: Serialization and spatial are disabled in tests, but were both failing when I last tested them: Line 60 in bef4566
Line 77 in bef4566
I capped SciMLBase at 2.57.1 in the Project.toml so we could still get stuff merged. If it is uncapped then one or both of these were failing for me: Lines 54 to 55 in bef4566
When uncapping it this was also failing for me: Line 95 in bef4566
The MTK indexing test failures were symbol-related issues I think (i.e. using symbols instead of symbolics), maybe remake too. The stability computation stuff I didn’t into dig much but I think it was breaking on remake and/or initialization related stuff for the conservation laws (but it previously worked on 2.57.1 and earlier). Neither of these is actually disabled currently as they work with SciMLBase <= 2.57.1. |
"ReactionSystem Serialization" test failures are due to the changes in SciML/ModelingToolkit.jl#3149. Specifically,
There are two ways to fix this:
|
In "Lattice Reaction Systems", the only failure is
|
I hadn't seen the change that
We can update Also though, isn't this change in indexing behavior after calling complete breaking (i.e. it was added post 9.0.0 right?). |
They shouldn't have anything to do with it.
Yeah it was accidental. Instead of calling |
MTK structure indexing tests are fixed on SciMLBase#master |
Will that get a fix then in MTK? Otherwise that bug will still impact released Catalyst versions.
OK, great. I'm swamped today but if I have time tomorrow I will test against MTK and SciMLBase masters to see where things are at then. |
With MTK problem inputs tests, why does the value of
|
Yes, I can PR |
@TorkelE can you explain what you were doing there to @AayushSabharwal. |
In case you're planning to do this soon, I would hold off a bit. There are some breakages we don't have tests for that put into question the validity of the changes to |
@AayushSabharwal I think you are right that there is something bad with that test. I will go through it properly and see if I can fix it, but Iäd ignore it for now as it seems incorrect. |
The text was updated successfully, but these errors were encountered: