Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Feb 27, 2024
1 parent 70d6f3f commit 5af59b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/5_write_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
series = io.Series(
"../samples/5_parallel_write_py.bp"
if USE_JOINED_DIMENSION
else "../samples/5_parallel_write_py.bp",
else "../samples/5_parallel_write_py.h5",
io.Access.create,
comm
)
Expand Down

0 comments on commit 5af59b1

Please sign in to comment.