File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 7
7
# Note below that defined variables can be reused in subsequent
8
8
# definitions.
9
9
10
- data_path: '~/.local/cesium'
11
- err_log_path: '{data_path}/logs/errors_and_warnings.log'
12
- models_folder: '{data_path}/models'
13
- features_folder: '{data_path}/extracted_features'
14
- predictions_folder: '{data_path}/predictions'
15
- ts_data_folder: '{data_path}/ts_data'
10
+ data_path: '~/.local/cesium'
11
+ models_folder: '{data_path}/models'
12
+ features_folder: '{data_path}/extracted_features'
13
+ predictions_folder: '{data_path}/predictions'
14
+ ts_data_folder: '{data_path}/ts_data'
16
15
17
- upload_folder: '{data_path}/uploads'
16
+ upload_folder: '{data_path}/uploads'
18
17
custom_feature_script_folder: '{data_path}/uploads/custom_feature_scripts'
19
- temp: '/tmp/cesium'
20
18
21
19
database:
22
20
database: cesium
Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ def __getitem__(self, key):
93
93
TEST_N = 5
94
94
95
95
for path_name , path in cfg ['paths' ].items ():
96
- if path_name == 'err_log_path' :
97
- path = os .path .dirname (path )
98
-
99
96
if not os .path .exists (path ):
100
97
print ("Creating %s" % path )
101
98
try :
You can’t perform that action at this time.
0 commit comments