Skip to content
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

Merged
merged 41 commits into from
Aug 4, 2024
Merged

Dev #59

merged 41 commits into from
Aug 4, 2024

Conversation

vovaf709
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Jul 30, 2024

Codecov Report

Attention: Patch coverage is 97.29730% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.20%. Comparing base (162eb66) to head (8c43e58).
Report is 8 commits behind head on master.

Files Patch % Lines
imops/radon.py 50.00% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

@vovaf709
Copy link
Collaborator Author

vovaf709 commented Aug 2, 2024

closes #58 #35

imops/radon.py Outdated
Comment on lines 15 to 18
try:
from numpy.lib.array_utils import normalize_axis_tuple
except ModuleNotFoundError:
from numpy.core.numeric import normalize_axis_tuple
Copy link
Member

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

@vovaf709 vovaf709 requested a review from maxme1 August 3, 2024 09:55
@vovaf709 vovaf709 merged commit b305c36 into master Aug 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants