diff options
author | David Cournapeau <cournape@gmail.com> | 2009-02-14 15:03:22 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-02-14 15:03:22 +0000 |
commit | 6429fa32eff754c1dab74195593c96429ba2faf9 (patch) | |
tree | 9ba21d0461853b4a10a02ae412f6479540c9cf0f /numpy | |
parent | 5bc4aefda5bfd7dde9599e2f75ce58696d9bc2c1 (diff) | |
download | numpy-6429fa32eff754c1dab74195593c96429ba2faf9.tar.gz |
Remove leftover in TestIO.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/tests/test_multiarray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_multiarray.py b/numpy/core/tests/test_multiarray.py index fd62d13ea..7bc9875ab 100644 --- a/numpy/core/tests/test_multiarray.py +++ b/numpy/core/tests/test_multiarray.py @@ -794,7 +794,7 @@ class TestIO(object): def tearDown(self): if os.path.isfile(self.filename): os.unlink(self.filename) - tmp_file.close() + #tmp_file.close() def test_roundtrip_file(self): f = open(self.filename, 'wb') |