-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix mtk9 42 #34
Fix mtk9 42 #34
Conversation
instead of @variables or @independent_variables since that seems to work with MTK8 and 9
…els.jl into fixMTK9_42
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #34 +/- ##
===========================================
+ Coverage 43.75% 60.39% +16.64%
===========================================
Files 1 1
Lines 144 101 -43
===========================================
- Hits 63 61 -2
+ Misses 81 40 -41 ☔ View full report in Codecov by Sentry. |
For some reason the @independent_variables doesn't seem to work with the documentation CI script
This removes compatibility with older versions of MTK and, thus, Julia. Julia >= 1.9, MTK >= 9 |
No description provided.