Skip to content

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sanleo-wq
Copy link

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:

@codecov-commenter
Copy link

codecov-commenter commented May 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.57%. Comparing base (24d226b) to head (d1c928e).

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           
Flag Coverage Δ
keras 82.38% <100.00%> (+<0.01%) ⬆️
keras-jax 63.61% <0.00%> (-0.02%) ⬇️
keras-numpy 58.74% <0.00%> (-0.02%) ⬇️
keras-openvino 33.03% <100.00%> (+0.02%) ⬆️
keras-tensorflow 64.03% <0.00%> (-0.02%) ⬇️
keras-torch 63.68% <0.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

.gitignore Outdated
.ruff_cache
venv/
Copy link
Contributor

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]
Copy link
Contributor

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

@rkazants
Copy link
Contributor

rkazants commented May 13, 2025

@fchollet, looks good to me. Recommend to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants