We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32f33f commit 82160a6Copy full SHA for 82160a6
1 file changed
zarr/tests/test_convenience.py
@@ -585,6 +585,7 @@ def temp_h5f():
585
fn = tempfile.mktemp()
586
atexit.register(os.remove, fn)
587
h5f = h5py.File(fn, mode='w')
588
+ atexit.register(lambda v: v.close(), h5f)
589
return h5f
590
591
0 commit comments