diff options
author | xoviat <xoviat@users.noreply.github.com> | 2017-09-09 09:48:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-09 09:48:11 -0500 |
commit | 06b5318a09b6173ea281f47f3d7eb584168f4e4e (patch) | |
tree | a5425ad49ffe0924f40ffd69b93c43461c5f3421 /numpy/ma | |
parent | 67a175b604e8ebab406491488880aa4c33e1bfb8 (diff) | |
download | numpy-06b5318a09b6173ea281f47f3d7eb584168f4e4e.tar.gz |
tests: core: update failure message
Diffstat (limited to 'numpy/ma')
-rw-r--r-- | numpy/ma/tests/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/tests/test_core.py b/numpy/ma/tests/test_core.py index 3432f978b..aedfb95fd 100644 --- a/numpy/ma/tests/test_core.py +++ b/numpy/ma/tests/test_core.py @@ -3608,7 +3608,7 @@ class TestMaskedArrayMathMethods(object): mX[:, k].compressed().std()) @dec.knownfailureif(sys.platform=='win32' and sys.version_info < (3, 6), - msg='Fails on Python < 3.6') + msg='Fails on Python < 3.6 (Issue #9671)') @suppress_copy_mask_on_assignment def test_varstd_specialcases(self): # Test a special case for var |