We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3f3f37 + d841f1c commit 15eb045Copy full SHA for 15eb045
pytest.ini
@@ -0,0 +1,8 @@
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
7
+
8
0 commit comments