diff options
Diffstat (limited to 'numpy/oldnumeric/ma.py')
-rw-r--r-- | numpy/oldnumeric/ma.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/oldnumeric/ma.py b/numpy/oldnumeric/ma.py index e383560b2..732e8447a 100644 --- a/numpy/oldnumeric/ma.py +++ b/numpy/oldnumeric/ma.py @@ -614,10 +614,10 @@ class MaskedArray (object): "numeric because data\n is masked in one or "\ "more locations."); return self._data - #raise MAError, \ + #raise MAError( # """Cannot automatically convert masked array to numeric because data # is masked in one or more locations. - # """ + # """) else: func, args, i = context fills = ufunc_fills.get(func) |