Skip to content

Commit

Permalink
TST: filter out {invalid value, overflow, divide by zero} warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Nov 16, 2024
1 parent a3f3f37 commit 5919863
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[pytest]
filterwarnings =
ignore:invalid value encountered in:RuntimeWarning
ignore:overflow encountered in:RuntimeWarning
ignore:divide by zero encountered in:RuntimeWarning


0 comments on commit 5919863

Please sign in to comment.