Skip to content

Commit 3738f6b

Browse files
committed
Renamed candle_helper_functions to p2b1.py
1 parent aab12ce commit 3738f6b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Pilot2/P2B1/p2b1_baseline_keras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def str2bool(v):
3737
sys.exit(0)
3838
sys.path.append('home_dir')
3939

40-
import candle_helper_functions as hf
40+
import p2b1 as hf
4141
reload(hf)
4242
lib_path = os.path.abspath(os.path.join('..', 'common'))
4343
sys.path.append(lib_path)

0 commit comments

Comments
 (0)