-
Notifications
You must be signed in to change notification settings - Fork 31
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
State reinitialisation in JAX #2619
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2619 +/- ##
============================================
+ Coverage 36.57% 78.13% +41.56%
============================================
Files 330 330
Lines 21845 21947 +102
Branches 1477 1477
============================================
+ Hits 7990 17149 +9159
+ Misses 13831 4787 -9044
+ Partials 24 11 -13
Flags with carried forward coverage won't be shown. Click here to find out more.
|
python/sdist/amici/jax/petab.py
Outdated
petab.LIN: 0, | ||
petab.LOG: 1, | ||
petab.LOG10: 2, |
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.
It would be great to have some enum/constants here, or at least have a reference to where the values are defined/used.
Quality Gate passedIssues Measures |
No description provided.