Skip to content

Commit

Permalink
Ignore numpy.core deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Oct 18, 2023
1 parent 7dfe601 commit 8e56e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ filterwarnings = [
'ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning',
# python 3.12 deprecation in matplotlib 3.9dev
'ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning',
# NumPy 2.0dev deprecations
"ignore:.*numpy\\.core.*:DeprecationWarning",
]

[tool.coverage.run]
Expand Down

0 comments on commit 8e56e67

Please sign in to comment.