Skip to content

Commit 20a33df

Browse files
Update regression-example-ames-no-preproc.py
Syntax correction
1 parent e078d99 commit 20a33df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-example-ames-no-preproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
print(best_model_found.summary())
126126

127127
# Validate that purge_model_storage is NOT active by default
128-
model_storage_path = f"{PROJECT_MAME}/models"
128+
model_storage_path = f"{PROJECT_NAME}/models"
129129
assert exists(model_storage_path)
130130
num_items = len(listdir(model_storage_path))
131131
print(f"There are {num_items} in {model_storage_path}")

0 commit comments

Comments
 (0)