-
Notifications
You must be signed in to change notification settings - Fork 82
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/jit inside jit #335
Fix/jit inside jit #335
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #335 +/- ##
==========================================
- Coverage 88.59% 88.32% -0.28%
==========================================
Files 51 51
Lines 5479 5472 -7
Branches 824 824
==========================================
- Hits 4854 4833 -21
- Misses 509 522 +13
- Partials 116 117 +1
|
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.
LGTM, we can either push or add the sharp bits page, as you prefer
Thanks, let's do the page later! |
* Remove `jit` argument from solvers * Add banner * Polish Getting Started tutorial * Update pygments style * Remove `jit` from tests
TODOs:
closes #312