Skip to content

Commit 873bd46

Browse files
committed
Fixed a reference to a renamed file.
1 parent 7ed3dcb commit 873bd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pilot2/P2B2/p2b2_baseline_keras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def str2bool(v):
5050
sys.exit(0)
5151
sys.path.append('home_dir')
5252

53-
import candle_helper_functions as hf
53+
import p2b2 as hf
5454
reload(hf)
5555
lib_path = os.path.abspath(os.path.join('..', 'common'))
5656
sys.path.append(lib_path)

0 commit comments

Comments
 (0)