Skip to content

Commit

Permalink
MAINT: add a warning filter for possible "ndarray size changed" Cytho…
Browse files Browse the repository at this point in the history
…n noise.

See numpygh-432 for details.  Motivation for adding this now is the discussion
on numpygh-5343.
  • Loading branch information
rgommers committed Apr 5, 2015
1 parent f1f9e14 commit 524208a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,4 @@ def pkgload(*packages, **options):
import warnings
warnings.filterwarnings("ignore", message="numpy.dtype size changed")
warnings.filterwarnings("ignore", message="numpy.ufunc size changed")
warnings.filterwarnings("ignore", message="numpy.ndarray size changed")

0 comments on commit 524208a

Please sign in to comment.