-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Measurements no longer supported by DifferentialEquations 7.7.0 #950
Comments
I had just noticed this too in a docs build: https://buildkite.com/julialang/scimldocs/builds/954#01872778-7d13-489d-9623-44879ea51abf/642-1132 @giordano is this expected? It looks like some times https://github.com/SciML/DiffEqBase.jl/blob/master/ext/DiffEqBaseMeasurementsExt.jl is our extension code. It's failing in the residual calculation which would be using the value from the norm. |
Can you try |
I tried with |
Sorry, I made a mistake. |
Then probably something was relying on the fact that |
- Reactivating broken tests and examples, due to fix of SciML/DifferentialEquations.jl#950
Previously, DifferentialEquations supported AbstractFloat types for states and state derivatives, e.g., Measurements.Measurement{Float64} instead of the default Float64.
This seems to be no longer the case with version 7.7.0.
Modia with DifferentialEquations 7.5.0 supported Measurements.
Modia with DifferentialEquations 7.7.0 gives errors, when Measurements is used.
Find below a simple test model, that demonstrates the issue (without Modia):
An error occurs when translating this model due to "prob2". The error message is
The text was updated successfully, but these errors were encountered: