summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-09 10:40:40 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-09 10:40:40 +0000
commitc2bb0f9a1d5e3d58b7bc35142167a0d76e0e590b (patch)
treec7e08a045bcaf8eac4059799176f0cace4cf46fb /numpy/lib/tests/test_io.py
parent372e31e9986cb2d255a85c3df2e9b15edb8e35c1 (diff)
downloadnumpy-c2bb0f9a1d5e3d58b7bc35142167a0d76e0e590b.tar.gz
Remove dead code.
Diffstat (limited to 'numpy/lib/tests/test_io.py')
-rw-r--r--numpy/lib/tests/test_io.py1
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"