Skip to content

Commit

Permalink
TST: Ignore ndarray warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 21, 2021
1 parent f1288e0 commit c2d61c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ astropy_header = true
xfail_strict = true
filterwarnings =
error
ignore:numpy\.ndarray size changed:RuntimeWarning
ignore:distutils Version classes are deprecated:DeprecationWarning

[flake8]
Expand Down

0 comments on commit c2d61c2

Please sign in to comment.