-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error testing GXBeam #68
Comments
This is odd considering the CI tests pass, though I also recently observed this behavior in the development branch's documentation. It's probably just a poorly posed DAE problem, at least when used with the DifferentialEquations solvers. I'll look into this. |
Looks like the issue happens when using the latest version of OrdinaryDiffEq. I'll probably just cap the version until I can get this resolved. |
I removed the DAE custom jacobians and will add them back in when SciML/DifferentialEquations.jl#846 is resolved. I also explicitly marked the ODE functions as experimental (but not the DAE functions) and removed them from the tests and documentation since non-constant mass matrices are not directly supported by DifferentialEquations. |
I ran
] test GXBeam
and got the following error message:The text was updated successfully, but these errors were encountered: