Skip to content

Commit

Permalink
add debug line to multi test
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Sep 27, 2024
1 parent 3313629 commit d24267d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hl/test_dataset_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_multi_read_scalar_dataspaces(self):
"""
filename = self.getFileName("multi_read_scalar_dataspaces")
print("filename:", filename)
print(f"numpy version: {np.version.version}")
f = h5py.File(filename, 'w')
shape = ()
count = 3
Expand Down

0 comments on commit d24267d

Please sign in to comment.