We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70b13e commit 6124c80Copy full SHA for 6124c80
cmethods/tests/testing.py
@@ -14,8 +14,8 @@
14
sys.path.append('/Users/benjamin/repositories/awi-workspace/Bias-Adjustment-Python')
15
from cmethods.CMethods import CMethods
16
except ModuleNotFoundError:
17
- sys.path.append('../')
18
- from CMethods import CMethods
+ sys.path.append('/')
+ from cmethods.CMethods import CMethods
19
20
logging.basicConfig(
21
format='%(asctime)s %(module)s,line: %(lineno)d %(levelname)8s | %(message)s',
0 commit comments