Skip to content

Commit

Permalink
Fixed warning configuration following Numpy 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 26, 2024
1 parent 8e76da9 commit 488287d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ filterwarnings =
ignore::FutureWarning:traitlets.*:
# numpy/linalg/linalg.py:2514 (1.21) or numpy/core/_asarray.py:83 (1.19):
# `x = asarray(x)` - triggered by `example_volume` from `ipv.examples.ball()
ignore:Creating an ndarray from ragged nested sequences:numpy.VisibleDeprecationWarning:numpy.core.*:
ignore:Creating an ndarray from ragged nested sequences:numpy.VisibleDeprecationWarning:numpy.linalg.*:
ignore:Creating an ndarray from ragged nested sequences::numpy.core.*:
ignore:Creating an ndarray from ragged nested sequences::numpy.linalg.*:
ignore:'contextfilter' is renamed to 'pass_context':DeprecationWarning:
# potentially more serious, but possibly also only erratic - report them, but don't raise
# ignore:numpy.ndarray size changed:RuntimeWarning:astropy.*:
Expand Down

0 comments on commit 488287d

Please sign in to comment.