Skip to content

Commit 5f52b15

Browse files
committed
fix test predict --example command
1 parent f4efbaa commit 5f52b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def run_subprocess(
3535
"pytorch_state_dict",
3636
],
3737
["test", "unet2d_nuclei_broad_model"],
38-
["predict", "--example"],
38+
["predict", "--example", "unet2d_nuclei_broad_model"],
3939
],
4040
)
4141
def test_cli(args: List[str], unet2d_nuclei_broad_model: str):

0 commit comments

Comments
 (0)