We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5919863 commit d841f1cCopy full SHA for d841f1c
pytest.ini
@@ -1,5 +1,6 @@
1
[pytest]
2
filterwarnings =
3
+ # Ignore floating-point warnings from NumPy
4
ignore:invalid value encountered in:RuntimeWarning
5
ignore:overflow encountered in:RuntimeWarning
6
ignore:divide by zero encountered in:RuntimeWarning
0 commit comments