-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev #59
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #59 +/- ##
==========================================
+ Coverage 78.78% 79.20% +0.42%
==========================================
Files 17 18 +1
Lines 1282 1308 +26
Branches 280 281 +1
==========================================
+ Hits 1010 1036 +26
Misses 256 256
Partials 16 16 ☔ View full report in Codecov by Sentry. |
imops/radon.py
Outdated
try: | ||
from numpy.lib.array_utils import normalize_axis_tuple | ||
except ModuleNotFoundError: | ||
from numpy.core.numeric import normalize_axis_tuple |
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.
create a compat.py file and move all such failsafe imports there. then just import from it
No description provided.