Skip to content

Commit 62b84eb

Browse files
committed
ml functionality ready
1 parent 7b06592 commit 62b84eb

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
@@ -4,7 +4,7 @@
44
from .common import upload_project
55
import pytest
66

7-
sa.init('./config.json')
7+
sa.init(Path.home() / ".superannotate" / "config.json")
88
PROJECT_NAME_VECTOR = 'ML Functionality Test Vector'
99
PROJECT_NAME_PIXEL = 'ML Functionality Test Pixel'
1010
PROJECT_DESCRIPTION = 'testing ml functionality through SDK'

0 commit comments

Comments
 (0)