-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/non decorator transformations #107
Conversation
Remove transformation decorators and recursively get the transformations to apply on the axes instead |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #107 +/- ##
===========================================
+ Coverage 87.21% 89.35% +2.13%
===========================================
Files 96 78 -18
Lines 7175 6898 -277
===========================================
- Hits 6258 6164 -94
+ Misses 917 734 -183 ☔ View full report in Codecov by Sentry. |
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! Add init.py's then approved.
…decorator_transformations
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.
Added init.py
No description provided.