Skip to content

Commit

Permalink
fix cli args
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Oct 3, 2023
1 parent 72c78b3 commit 8926680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dolphin/workflows/_cli_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def create_config(
threads_per_worker: int = 4,
n_parallel_bursts: int = 1,
no_gpu: bool = False,
ntiles: tuple[int, int] = (1, 1),
downsample_factor: tuple[int, int] = (1, 1),
use_icu: bool = False,
single_update: bool = False,
log_file: Optional[Path] = None,
Expand Down

0 comments on commit 8926680

Please sign in to comment.