-
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
Wrap decorators to preserve docstrings and move to separate module #359
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## RC_v1.5.x #359 +/- ##
=============================================
+ Coverage 56.68% 56.77% +0.08%
=============================================
Files 19 20 +1
Lines 3426 3433 +7
=============================================
+ Hits 1942 1949 +7
Misses 1484 1484
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Note that I wasn't able to use |
My guess is that this is done automagically through Numba because |
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.
Thanks for doing this, @w-k-jones ! I think you'll need to update before merge given #341 being merged, but I'm happy for you to merge after doing so.
Many thanks for this one, @w-k-jones! I went ahead and fixed the merge conflicts. When everything looks fine for you, please go ahead and merge :) |
Ready to merge @w-k-jones @freemansw1 ? :) |
Resolves #356 and reorganises decorators to a separate module