Skip to content

Commit

Permalink
fix: missing variable for encoding_effort
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Sep 17, 2024
1 parent d7f9641 commit 073fa58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions igneous/task_creation/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def create_image_shard_transfer_tasks(
cutout:bool = False,
minishard_index_encoding:str = "gzip",
stop_layer:Optional[int] = None,
encoding_effort:Optional[int] = None,
):
src_vol = CloudVolume(src_layer_path, mip=mip)

Expand Down Expand Up @@ -602,6 +603,7 @@ def on_finish(self):
"mip": mip,
"encoding_level": encoding_level,
"stop_layer": stop_layer,
"encoding_effort": encoding_effort,
},
"by": operator_contact(),
"date": strftime("%Y-%m-%d %H:%M %Z"),
Expand Down

0 comments on commit 073fa58

Please sign in to comment.