We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83faa6 commit aa4e643Copy full SHA for aa4e643
tests/test_ml_funcs.py
@@ -114,7 +114,7 @@ def test_run_segmentation():
114
assert (len(succeded_imgs) + len(failed_imgs)) == 4
115
116
succeded_imgs, failed_imgs = sa.run_segmentation(
117
- PROJECT_NAME_PIXEL, image_names_pixel[:4] + ["NA.jpg"], Pmodel_auto
+ PROJECT_NAME_PIXEL, image_names_pixel[:4] + ["NA.jpg"], model_auto
118
)
119
120
0 commit comments