You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When experimenting with minimal required versions,
I encountered error during precompilation: "type PDESystem has no field analytic".
Expected behavior
Precompilation should succeed.
Additional context
The analytic field was added to type PDESystem in package ModelingToolkit at version 6.48.
Hence, the Project.toml in MethodOfLines should set its minimal version requirement to at least 6.48. Currently, its at "6".
The text was updated successfully, but these errors were encountered:
Yes indeed, sorry about that. We're going around and adding downgrade CI to fix up lower bounds SciML/NonlinearSolve.jl#338. We just haven't gotten that to this project yet.
Describe the bug 🐞
When experimenting with minimal required versions,
I encountered error during precompilation: "type PDESystem has no field analytic".
Expected behavior
Precompilation should succeed.
Additional context
The
analytic
field was added to typePDESystem
in packageModelingToolkit
at version 6.48.Hence, the
Project.toml
inMethodOfLines
should set its minimal version requirement to at least 6.48. Currently, its at "6".The text was updated successfully, but these errors were encountered: