diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-09 10:40:40 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-09 10:40:40 +0000 |
commit | c2bb0f9a1d5e3d58b7bc35142167a0d76e0e590b (patch) | |
tree | c7e08a045bcaf8eac4059799176f0cace4cf46fb /numpy/lib/tests/test_io.py | |
parent | 372e31e9986cb2d255a85c3df2e9b15edb8e35c1 (diff) | |
download | numpy-c2bb0f9a1d5e3d58b7bc35142167a0d76e0e590b.tar.gz |
Remove dead code.
Diffstat (limited to 'numpy/lib/tests/test_io.py')
-rw-r--r-- | numpy/lib/tests/test_io.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py index a7796d022..f04fc4b36 100644 --- a/numpy/lib/tests/test_io.py +++ b/numpy/lib/tests/test_io.py @@ -122,7 +122,6 @@ class TestSavezLoad(RoundtripTest, TestCase): class TestSaveTxt(TestCase): - #@np.testing.dec.knownfailureif(sys.platform=='win32', "Fail on Win32") def test_array(self): a =np.array([[1, 2], [3, 4]], float) fmt = "%.18e" |