-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update imports, fixing #67 #78
Conversation
matthewtownson
commented
Mar 16, 2022
- Updated imports to use numba rather than check for it - relating to infinitephasescreen unecessary handling of missing numba #67
- Updated imports to just use range (rather than xrange) as Python 2 has been deprecated
Signed-off-by: Matthew Townson <[email protected]>
Don't merge this! I have accidentally renamed the docs folder, and need to fix it first. |
OK, should be fine to merge now. I am not sure why the tests aren't running on the pull request... |
Codecov Report
@@ Coverage Diff @@
## master #78 +/- ##
==========================================
- Coverage 93.70% 91.83% -1.87%
==========================================
Files 24 42 +18
Lines 1191 1996 +805
==========================================
+ Hits 1116 1833 +717
- Misses 75 163 +88
Continue to review full report at Codecov.
|