-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Render ModelingToolkit as an extension #266
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #266 +/- ##
==========================================
- Coverage 89.90% 89.84% -0.07%
==========================================
Files 25 27 +2
Lines 3209 3268 +59
==========================================
+ Hits 2885 2936 +51
- Misses 324 332 +8 ☔ View full report in Codecov by Sentry. |
…me tests are reluctant to pass for the moment)
seed = 42, | ||
with_states = false, | ||
simplify = :standard, | ||
rational_interpolator = :VanDerHoevenLecerf, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for future me: hide the interpolation parameters
I seem to have some issues with dependencies on 1.9.4: (si-1.9) pkg> add ModelingToolkit
(si-1.9) pkg> dev .
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Symbolics [0c5d862f]:
Symbolics [0c5d862f] log:
├─possible versions are: 0.1.0-5.16.1 or uninstalled
├─restricted to versions 5.16.0-5 by StructuralIdentifiability [220ca800], leaving only versions: 5.16.0-5.16.1 or uninstalled
│ └─StructuralIdentifiability [220ca800] log:
│ ├─possible versions are: 0.5.1 or uninstalled
│ └─StructuralIdentifiability [220ca800] is fixed to version 0.5.1
├─restricted by julia compatibility requirements to versions: 0.1.0-5.14.1 or uninstalled, leaving only versions: uninstalled
└─restricted by compatibility requirements with ModelingToolkit [961ee093] to versions: 5.7.0-5.16.1 — no versions left
└─ModelingToolkit [961ee093] log:
├─possible versions are: 0.0.1-8.75.0 or uninstalled
├─restricted to versions 8.74.0-8 by StructuralIdentifiability [220ca800], leaving only versions: 8.74.0-8.75.0 or uninstalled
│ └─StructuralIdentifiability [220ca800] log: see above
└─restricted to versions * by an explicit requirement, leaving only versions: 8.74.0-8.75.0 UPD: (si-1.9) pkg> st
Status `C:\data\projects\SI2\si-1.9\Project.toml`
[961ee093] ModelingToolkit v8.75.0 |
Yes, the necessary version of |
The goals are:
Todo: