Skip to content

Commit a56679e

Browse files
committed
chore: fix even more warnings
1 parent 294fade commit a56679e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ filterwarnings =
1717
ignore:.*float16 relies on LTO for performance. LTO requires nvjitlink.*:numba.cuda.core.errors.NumbaPerformanceWarning
1818
ignore:.*The CUDA driver version is older than the backend version.*:RuntimeWarning
1919
ignore:.*class "double4" was declared deprecated.*:UserWarning
20-
ignore:invalid value encountered in (reduce|subtract):RuntimeWarning
2120
ignore:All-NaN slice encountered:RuntimeWarning
2221
ignore:Mean of empty slice:RuntimeWarning
22+
ignore:(invalid value|divide by zero) encountered in.+:RuntimeWarning

0 commit comments

Comments
 (0)