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

type PDESystem has no field analytic #348

Open
bgctw opened this issue Dec 28, 2023 · 1 comment
Open

type PDESystem has no field analytic #348

bgctw opened this issue Dec 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@bgctw
Copy link

bgctw commented Dec 28, 2023

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 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".

@bgctw bgctw added the bug Something isn't working label Dec 28, 2023
@ChrisRackauckas
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants