Skip to content

Commit

Permalink
remove early dask unpack (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: emmaai <emma.ai@ga.gov.au>
  • Loading branch information
emmaai and emmaai authored Oct 27, 2023
1 parent f0c094c commit 2b6750d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odc/stats/proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def _run(self, tasks: Iterable[Task], apply_eodatasets3) -> Iterator[TaskResult]
)

_log.debug("Submitting to Dask (%s)", task.location)
ds = client.persist(ds, fifo_timeout="1ms")
# ds = client.persist(ds, fifo_timeout="1ms")

aux: Optional[xr.Dataset] = None

Expand Down

0 comments on commit 2b6750d

Please sign in to comment.