summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-02-14 15:03:22 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-02-14 15:03:22 +0000
commit6429fa32eff754c1dab74195593c96429ba2faf9 (patch)
tree9ba21d0461853b4a10a02ae412f6479540c9cf0f /numpy
parent5bc4aefda5bfd7dde9599e2f75ce58696d9bc2c1 (diff)
downloadnumpy-6429fa32eff754c1dab74195593c96429ba2faf9.tar.gz
Remove leftover in TestIO.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/tests/test_multiarray.py2
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')