Skip to content

Commit

Permalink
ignore mpl_scatter_density warning temporarily (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 authored Dec 2, 2024
1 parent d7dbb41 commit 328caa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ filterwarnings = [
"ignore::UserWarning:traittypes",
"ignore::DeprecationWarning:asteval",
"ignore::FutureWarning:asteval",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:mpl_scatter_density",
]

[tool.coverage.run]
Expand Down

0 comments on commit 328caa4

Please sign in to comment.