Skip to content

Commit

Permalink
Merge branch 'master' of github.com:seung-lab/chunkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xiuliren committed Jul 10, 2024
2 parents c49d792 + 363f509 commit edd2c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunkflow/flow/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ def load_pngs(tasks: dict, path_prefix: str,
@click.option('--output-chunk-name', '-o', type=str, default='chunk',
help='chunk name in the global state')
@operator
def read_tif(tasks, name: str, file_name: str, voxel_offset: tuple,
def load_tif(tasks, name: str, file_name: str, voxel_offset: tuple,
voxel_size: tuple, dtype: str, output_chunk_name: str):
"""Read tiff files."""
for task in tasks:
Expand Down

0 comments on commit edd2c5a

Please sign in to comment.