Skip to content

Commit

Permalink
fix: test warning sklearn (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama authored Sep 29, 2024
1 parent 153a9eb commit f33b029
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ filterwarnings = [
"ignore:Maximum number of iteration reached before convergence.*:sklearn.exceptions.ConvergenceWarning",
"ignore:jax.xla_computation is deprecated. Please use the AOT APIs.",
"ignore:Named tensors and all their associated APIs*",
"ignore:You are using `torch.load`*"
"ignore:You are using `torch.load`*",
"ignore:open_text is deprecated.*:DeprecationWarning",
"ignore:read_text is deprecated.*:DeprecationWarning",
]

[tool.semantic_release]
Expand Down

0 comments on commit f33b029

Please sign in to comment.