Skip to content
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

fix: Fix Ivy Failing Test: numpy - manipulation.reshape #28016

Merged
merged 2 commits into from
Feb 25, 2024

Conversation

sgalpha01
Copy link
Contributor

PR Description

Fixed Ivy Failing Test: numpy - manipulation.reshape

❯ pytest ivy_tests/test_ivy/test_functional/test_core/test_manipulation.py::test_reshape --no-header --no-summary --backend numpy
Use Database in ReadOnly Mode with local caching !
============================== test session starts ===============================
collected 1 item                                                                 

ivy_tests/test_ivy/test_functional/test_core/test_manipulation.py .        [100%]

========================= 1 passed, 4 warnings in 5.99s ==========================

Related Issue

Closes #28015

Checklist

  • Did you add a function?
  • Did you add the tests?
  • Did you run your tests and are your tests passing?
  • Did pre-commit not fail on any check?
  • Did you follow the steps we provided?

Socials

@KareemMAX
Copy link
Contributor

Seems you changed the docs/demos submodule, can you revert that?

@sgalpha01 sgalpha01 force-pushed the fix_numpy_manipulation_reshape branch from d3ca918 to bb0e8df Compare January 27, 2024 00:46
@sgalpha01
Copy link
Contributor Author

@KareemMAX, yeah I undid those changes.

@NripeshN NripeshN merged commit 93a7bc9 into Transpile-AI:main Feb 25, 2024
20 of 39 checks passed
Kacper-W-Kozdon pushed a commit to Kacper-W-Kozdon/ivy that referenced this pull request Feb 27, 2024
…#28016)

Co-authored-by: NripeshN <86844847+NripeshN@users.noreply.github.com>
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.

Fix Ivy Failing Test: numpy - manipulation.reshape
5 participants