Skip to content

Commit aa4e643

Browse files
committed
Fix syntax error
1 parent e83faa6 commit aa4e643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ml_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_run_segmentation():
114114
assert (len(succeded_imgs) + len(failed_imgs)) == 4
115115

116116
succeded_imgs, failed_imgs = sa.run_segmentation(
117-
PROJECT_NAME_PIXEL, image_names_pixel[:4] + ["NA.jpg"], Pmodel_auto
117+
PROJECT_NAME_PIXEL, image_names_pixel[:4] + ["NA.jpg"], model_auto
118118
)
119119

120120
assert (len(succeded_imgs) + len(failed_imgs)) == 4

0 commit comments

Comments
 (0)