Skip to content

Commit

Permalink
Remove unnecessary filtered warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Oct 8, 2023
1 parent e1a7e4e commit d3e7336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addopts = [
filterwarnings =[
"error",
"ignore::UserWarning:arviz.data.inference_data",
'ignore::DeprecationWarning:numpy*'
'ignore::DeprecationWarning:.*numpy*'
]

[tool.black]
Expand Down

0 comments on commit d3e7336

Please sign in to comment.