diff options
Diffstat (limited to 'numpy/ma/extras.py')
-rw-r--r-- | numpy/ma/extras.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/ma/extras.py b/numpy/ma/extras.py index 64143d813..a8dec0637 100644 --- a/numpy/ma/extras.py +++ b/numpy/ma/extras.py @@ -824,6 +824,3 @@ def notmasked_contiguous(a, axis=None): return result ################################################################################ -testmathworks = fix_invalid([1.165 , 0.6268, 0.0751, 0.3516, -0.6965, - numpy.nan]) -expand_dims(testmathworks.mean(0),0)
\ No newline at end of file |