Skip to content

Commit

Permalink
remove the redundant mode setup for append writing to zarr
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou committed Jan 14, 2025
1 parent 98b97bf commit 63a9d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/script_reslc.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def get_free_port():
else:
# Append in time dimension if the zarr already exists
# Otherwise, a new zarr will be created
slcs_output.to_zarr(path_output_slcs, mode="a", append_dim="time")
slcs_output.to_zarr(path_output_slcs, append_dim="time")

# Close the client when finishing
client.close()

0 comments on commit 63a9d55

Please sign in to comment.