We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d21b4 commit 2c3570eCopy full SHA for 2c3570e
pyproject.toml
@@ -99,3 +99,6 @@ indent-style="space"
99
100
[tool.pytest.ini_options]
101
pythonpath = "src"
102
+filterwarnings = [
103
+ "ignore:'force_all_finite' was renamed to 'ensure_all_finite':FutureWarning",
104
+]
0 commit comments