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 0518e4f commit b8d3a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ filterwarnings =[
"error",
"ignore::UserWarning:arviz.data.inference_data",
'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8)\b).*:DeprecationWarning',
"ignore::DeprecationWarning:numpy.core.fromnumeric",
"ignore::DeprecationWarning:numpy.core.numerictypes"
'ignore::DeprecationWarning:.*numpy.core.fromnumeric',
'ignore::DeprecationWarning:.*numpy.core.numerictypes'
]

[tool.black]
Expand Down

0 comments on commit b8d3a9e

Please sign in to comment.