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 7b06592 commit 62b84ebCopy full SHA for 62b84eb
tests/test_ml_funcs.py
@@ -4,7 +4,7 @@
4
from .common import upload_project
5
import pytest
6
7
-sa.init('./config.json')
+sa.init(Path.home() / ".superannotate" / "config.json")
8
PROJECT_NAME_VECTOR = 'ML Functionality Test Vector'
9
PROJECT_NAME_PIXEL = 'ML Functionality Test Pixel'
10
PROJECT_DESCRIPTION = 'testing ml functionality through SDK'
0 commit comments