We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When running test_buffer.py on the main branch with Numpy installed, the following warnings are displayed:
test_buffer.py
0:00:00 load avg: 0.29 Run tests sequentially 0:00:00 load avg: 0.29 [1/1] test_buffer /home/antoine/cpython/default/Lib/test/test_buffer.py:2298: DeprecationWarning: tostring() is deprecated. Use tobytes() instead. self.assertEqual(b, na.tostring(order='C')) /home/antoine/cpython/default/Lib/test/test_buffer.py:2321: DeprecationWarning: tostring() is deprecated. Use tobytes() instead. self.assertEqual(b, na.tostring(order='F')) /home/antoine/cpython/default/Lib/test/test_buffer.py:2345: DeprecationWarning: tostring() is deprecated. Use tobytes() instead. self.assertEqual(b, na.tostring(order='A')) == Tests result: SUCCESS ==
A clear and concise description of what the bug is. Include a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example), if possible.
Numpy version 1.23.3, installed from source on a debug build of the CPython main branch.
The text was updated successfully, but these errors were encountered:
cc @corona10
Sorry, something went wrong.
Oops, I pushed the change to e8c1fed at #96738 already. If you want to handle it separately please let me know.
No, it's fine to me. Thanks!
No branches or pull requests
Bug report
When running
test_buffer.py
on the main branch with Numpy installed, the following warnings are displayed:A clear and concise description of what the bug is.
Include a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example), if possible.
Your environment
Numpy version 1.23.3, installed from source on a debug build of the CPython main branch.
The text was updated successfully, but these errors were encountered: