Skip to content

Commit d49c3d9

Browse files
committed
🔥 Remove unnecessary code
1 parent b22c303 commit d49c3d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tiatoolbox/models/engine/engine_abc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,6 @@ def save_predictions(
712712
write_tasks = []
713713
for key in keys_to_compute:
714714
dask_array = processed_predictions[key]
715-
if dask_array is None:
716-
continue
717715
task = dask_array.to_zarr(
718716
url=save_path,
719717
component=key,

0 commit comments

Comments
 (0)