Skip to content

Commit

Permalink
fixed persist
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-gould committed Jul 8, 2024
1 parent 42746fe commit 6461a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_write_image_dask(self, read_from_zarr, compute):

assert not compute == len(dask_delayed_jobs)

if not len(dask_delayed_jobs):
if not compute:
# can be configured to use a Local or Slurm cluster
# before persisting the jobs
dask_delayed_jobs = persist(*dask_delayed_jobs)
Expand Down

0 comments on commit 6461a20

Please sign in to comment.