Skip to content

Commit ec866a1

Browse files
authored
openPMD write: close file (#188)
1 parent fac37d1 commit ec866a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lasy/utils/openpmd_output.py

+1
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ def write_to_openpmd_file(
111111
env.store_chunk(data)
112112

113113
series.flush()
114+
series.close()

0 commit comments

Comments
 (0)