Skip to content

Commit

Permalink
Merge pull request #468 from jakirkham/fixes_issue_460
Browse files Browse the repository at this point in the history
Close other temp file in HDF5 tests
  • Loading branch information
jakirkham authored Jan 12, 2018
2 parents cab9505 + 7788a4c commit 260b230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_nanshe/test_io/test_hdf5/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ def test_read_numpy_structured_array_from_HDF5_1(self):
assert (data1[2:8, 2:8].shape == data6.shape)
assert (data1[2:8, 2:8] == data6).all()

self.temp_hdf5_file2.close()


def test_read_numpy_structured_array_from_HDF5_2(self):
data1 = numpy.zeros((10, 10), dtype=[("a", float, 2), ("b", int, 3)])
Expand Down

0 comments on commit 260b230

Please sign in to comment.