-
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
add swapaxes #853
add swapaxes #853
Conversation
Codecov Report
@@ Coverage Diff @@
## master #853 +/- ##
=======================================
Coverage 95.36% 95.37%
=======================================
Files 64 64
Lines 9153 9162 +9
=======================================
+ Hits 8729 8738 +9
Misses 424 424
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Great @mtar! Just a couple small things (removal of instance checks and implementation of method)
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.
same as #854 looks good with changes already addressed. merging
Description
Adds swapaxes. It is mostly an alias function for transpose on two axes.
Issue/s resolved: #849
Changes proposed:
Type of change
Due Diligence
Does this change modify the behaviour of other functions? If so, which?
no