-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compile Refactor #26
Compile Refactor #26
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Test model compile wihout jax
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
==========================================
- Coverage 68.93% 68.30% -0.63%
==========================================
Files 17 24 +7
Lines 2707 3155 +448
==========================================
+ Hits 1866 2155 +289
- Misses 841 1000 +159 ☔ View full report in Codecov by Sentry. |
Refactor the initial building of the model object to make the code a bit more clear.
Also installs versioneer for setting up a release pipeline