Skip to content

Commit 6124c80

Browse files
modified import to test guthub workflow try: 2
1 parent a70b13e commit 6124c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmethods/tests/testing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
sys.path.append('/Users/benjamin/repositories/awi-workspace/Bias-Adjustment-Python')
1515
from cmethods.CMethods import CMethods
1616
except ModuleNotFoundError:
17-
sys.path.append('../')
18-
from CMethods import CMethods
17+
sys.path.append('/')
18+
from cmethods.CMethods import CMethods
1919

2020
logging.basicConfig(
2121
format='%(asctime)s %(module)s,line: %(lineno)d %(levelname)8s | %(message)s',

0 commit comments

Comments
 (0)