We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #133 , we discuss clpy/manipulation/rearrange.py::flip()'s error type. Current clpy v2.1.0x behave same as CuPy v2.1.0, and raise ValueError.
clpy/clpy/manipulation/rearrange.py
Lines 5 to 30 in 0bdaa05
But it is different from numpy, and test_rearrange.py has some error. So, we commented out 3 test cases.
clpy/tests/clpy_tests/manipulation_tests/test_rearrange.py
Lines 177 to 197 in 5fc7163
These test case must be reverted when clpy get base version update (#33) and merge cupy/cupy@0d28378 in .
The text was updated successfully, but these errors were encountered:
In #156 and #173 , we restrict numpy version. So, this comment out may be unnecessary.
Sorry, something went wrong.
Resolved in #190
No branches or pull requests
In #133 , we discuss clpy/manipulation/rearrange.py::flip()'s error type.
Current clpy v2.1.0x behave same as CuPy v2.1.0, and raise ValueError.
clpy/clpy/manipulation/rearrange.py
Lines 5 to 30 in 0bdaa05
But it is different from numpy, and test_rearrange.py has some error.
So, we commented out 3 test cases.
clpy/tests/clpy_tests/manipulation_tests/test_rearrange.py
Lines 177 to 197 in 5fc7163
These test case must be reverted when clpy get base version update (#33) and merge cupy/cupy@0d28378 in .
The text was updated successfully, but these errors were encountered: