Skip to content

Commit

Permalink
BUG: numpy.ma set fpu exception error state to ignore all at import t…
Browse files Browse the repository at this point in the history
…ime.
  • Loading branch information
cournape committed Dec 8, 2009
1 parent 20f3fef commit 28be4a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions numpy/ma/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@
MaskType = np.bool_
nomask = MaskType(0)

np.seterr(all='ignore')



def doc_note(initialdoc, note):
"""
Adds a Notes section to an existing docstring.
Expand Down

0 comments on commit 28be4a6

Please sign in to comment.