Skip to content

Commit

Permalink
update test_batch_deskew using time-range
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Whitehead committed Aug 29, 2024
1 parent 0d93f9e commit 629cadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def assert_h5(output_dir: Path):
[
[["--save-type", "h5"], assert_h5],
[["--save-type", "tiff"], assert_tiff],
[["--save-type", "tiff", "--time-start", "0", "--time-end", "1"], assert_tiff],
[["--save-type", "tiff", "--time-range", "0", "1"], assert_tiff],
]
)
def test_batch_deskew(flags: List[str], check_fn: Callable[[Path], None]):
Expand Down

0 comments on commit 629cadc

Please sign in to comment.