diff options
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') |