diff --git a/test/stress_test.py b/tests/stress_test.py similarity index 100% rename from test/stress_test.py rename to tests/stress_test.py diff --git a/test/test_image_provider.py b/tests/test_image_provider.py similarity index 100% rename from test/test_image_provider.py rename to tests/test_image_provider.py diff --git a/test/test_model_service.py b/tests/test_model_service.py similarity index 98% rename from test/test_model_service.py rename to tests/test_model_service.py index 53f4356..58ee538 100644 --- a/test/test_model_service.py +++ b/tests/test_model_service.py @@ -6,7 +6,7 @@ SERVER_URL = "https://hypha.aicell.io" WORKSPACE_NAME = "bioimageio-colab" SERVICE_ID = "microsam" -CLIENT_ID = "agCjG8oTEYusqGujdtwpZn" +CLIENT_ID = "" MODEL_IDS = ["sam_vit_b", "sam_vit_b_lm", "sam_vit_b_em_organelles"] IMG_PATH = "./data/example_image.tif"