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.
1 parent b78f5e2 commit d673b5bCopy full SHA for d673b5b
testing/pytest.ini
@@ -17,6 +17,6 @@ filterwarnings =
17
ignore:.*float16 relies on LTO for performance. LTO requires nvjitlink.*:numba.cuda.core.errors.NumbaPerformanceWarning
18
ignore:.*The CUDA driver version is older than the backend version.*:RuntimeWarning
19
ignore:.*class "double4" was declared deprecated.*:UserWarning
20
- ignore:invalid value encountered in (reduce|subtract):RuntimeWarning
21
ignore:All-NaN slice encountered:RuntimeWarning
22
ignore:Mean of empty slice:RuntimeWarning
+ ignore:(invalid value|divide by zero) encountered in.+:RuntimeWarning
0 commit comments