-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Cannot import ModelingToolkit: Interval, infimum, supremum #319
Comments
Remove |
then running the next Julia cell:
you get: UndefVarError: Interval not defined Stacktrace: |
Then you're not on the latest versions. This is a very recent change. |
NeuralPDE v3.8.0 and ModelingToolkit v5.9.1 |
And Symbolics.jl? |
NeuralPDE is v3.11.1. |
Installing Symbolics.jl was incompatible with StructuralIdentifiability and SIAN. I removed them and updated. Now NeuralPDE is updating to v3.11.1 and ModelingToolkit to v5.18.1. This should do it. |
Yup that should do it. |
But you have to put |
That's bad. Those should be exported. |
what where would you need those functions? |
In the PINNs FP example as well as in most others, there are several instances of these functions. I agree that the import should disappear.
and in here:
|
I think we should just change the tutorial |
etc. Much nicer down the line. Requires less (unnecessary) machinery. |
Version issue, fixed. |
Loading the packages to run the updated PINNs example
gives:
WARNING: could not import ModelingToolkit.Interval into Main
WARNING: could not import ModelingToolkit.infimum into Main
WARNING: could not import ModelingToolkit.supremum into Main
The text was updated successfully, but these errors were encountered: