-
Notifications
You must be signed in to change notification settings - Fork 54
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
[Bug]: Ensure NumPy-compatibility of test_statistics.py
#1232
Labels
bug
Something isn't working
good first issue
Good for newcomers
interoperability
testing
Implementation of tests, or test-related issues
Comments
mrfh92
added
bug
Something isn't working
good first issue
Good for newcomers
interoperability
testing
Implementation of tests, or test-related issues
labels
Oct 6, 2023
Heyy |
Branch bugs/1232-_Bug_Ensure_NumPy-compatibility_of_test_statistics_py created! |
Further deprecation warning (might depend on NumPy-version used, of course):
|
@RengarajR404 feel free to ask if there are any questions :) |
Hey @RengarajR404, if you're not actively working on this issue, can I take it over? Thanks! |
Further deprecation warning related to NumPy 1.25:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good first issue
Good for newcomers
interoperability
testing
Implementation of tests, or test-related issues
What happened?
In
test_statistics.py
, NumPy throws the following deprecation warning:Although we only use NumPy here to get the "correct" result to which our Heat result is compared, we should keep this up-to-date.
Code snippet triggering the error
No response
Error message or erroneous outcome
No response
Version
1.3.x
Python version
None
PyTorch version
None
MPI version
No response
The text was updated successfully, but these errors were encountered: