Skip to content

Commit 2c3570e

Browse files
committed
suppress sklearn 1.6+ internal deprecation warning
1 parent f6d21b4 commit 2c3570e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ indent-style="space"
9999

100100
[tool.pytest.ini_options]
101101
pythonpath = "src"
102+
filterwarnings = [
103+
"ignore:'force_all_finite' was renamed to 'ensure_all_finite':FutureWarning",
104+
]

0 commit comments

Comments
 (0)