File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ def run(params):
271
271
if args .use_exported_data is not None :
272
272
if os .environ ["CANDLE_DATA_DIR" ] is not None :
273
273
datadir = os .environ ["CANDLE_DATA_DIR" ]
274
- datafile = os .path .join (dtadir , args .use_exported_data )
274
+ datafile = os .path .join (datadir , args .use_exported_data )
275
275
else :
276
276
datafile = args .use_exported_data
277
277
@@ -494,7 +494,7 @@ def warmup_scheduler(epoch):
494
494
if args .use_exported_data is not None :
495
495
if os .environ ["CANDLE_DATA_DIR" ] is not None :
496
496
datadir = os .environ ["CANDLE_DATA_DIR" ]
497
- datafile = os .path .join (dtadir , args .use_exported_data )
497
+ datafile = os .path .join (datadir , args .use_exported_data )
498
498
else :
499
499
datafile = args .use_exported_data
500
500
You can’t perform that action at this time.
0 commit comments