-
Notifications
You must be signed in to change notification settings - Fork 54
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
Graceful handling of Numba import errors #335
Graceful handling of Numba import errors #335
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## RC_v1.5_hotfix #335 +/- ##
===============================================
Coverage 55.74% 55.75%
===============================================
Files 15 15
Lines 3310 3313 +3
===============================================
+ Hits 1845 1847 +2
- Misses 1465 1466 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
I will re-request reviews after #336 is merged |
…a_gracefully # Conflicts: # CHANGELOG.md
@JuliaKukulies @kelcyno @w-k-jones I've resolved the merge conflict and this is now ready for review. |
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.
Looks good to me!
I'm not sure why the notebooks are failing, but the action seems to be failing at the installing dependencies step. |
Will wait on #340 to merge/re-review |
OK this is now ready for re-review @JuliaKukulies @w-k-jones @kelcyno |
Resolves #332 and handles
numba
import errors more gracefully