-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Implementation np.moveaxis function #21269
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #21269 +/- ##
=======================================
Coverage 82.57% 82.57%
=======================================
Files 564 564
Lines 54656 54670 +14
Branches 8496 8499 +3
=======================================
+ Hits 45131 45145 +14
Misses 7435 7435
Partials 2090 2090
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
.gitignore
Outdated
.ruff_cache | ||
venv/ |
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.
remove these changes
pytest.ini
Outdated
@@ -0,0 +1,3 @@ | |||
[pytest] |
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.
remove it. it is needed only for developer purpose
@fchollet, looks good to me. Recommend to merge. |
issue: #30118
Follows the same pattern as other similar functions in the file
Passes all tests
I've removed the test from the excluded tests list, which allows for proper validation of the functionality.
@rkazants for review
All tests are passing: