Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Dec 4, 2024
1 parent d977740 commit 9a752a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ filterwarnings =
error
ignore:numpy\.ndarray size changed:RuntimeWarning
ignore:numpy\.ufunc size changed:RuntimeWarning
# Can remove ignore when you bump astropy minversion high enough
ignore:distutils Version classes are deprecated:DeprecationWarning
# deprecated in Matplotlib 3.9 and will be removed in 3.11. Use plot instead.
ignore:The plot_date function was deprecated

[coverage:run]
omit =
Expand Down

0 comments on commit 9a752a6

Please sign in to comment.