Spaces:
Sleeping
Sleeping
restructured how speckle utils is imported
Browse files- .DS_Store +0 -0
- tripGenerationFunc.py +5 -2
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
tripGenerationFunc.py
CHANGED
@@ -17,8 +17,11 @@ import time
|
|
17 |
from functools import wraps
|
18 |
|
19 |
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
22 |
|
23 |
|
24 |
|
|
|
17 |
from functools import wraps
|
18 |
|
19 |
|
20 |
+
|
21 |
+
sys.path.append("RECODE_speckle_utils")
|
22 |
+
|
23 |
+
|
24 |
+
from .RECODE_speckle_utils import speckle_utils
|
25 |
|
26 |
|
27 |
|