Skip to content

Commit

Permalink
Update get_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spestana authored May 15, 2024
1 parent 37ceec9 commit 8fb0303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goes_ortho/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def build_zarr(downloadRequest_filepath):
new_image_path_list, datetimes_list = add_datetime_crs(new_image_path_list, variable)

# start Dask cluster
print('start Dask cluster')
print('start Dask cluster')
client = gtsa.io.dask_start_cluster(
workers=6,
threads=2,
Expand Down

0 comments on commit 8fb0303

Please sign in to comment.