Skip to content

Commit fbc8780

Browse files
Update regression-example-ames-no-preproc-val-set.py
Syntax correction / typo.
1 parent d88b3dc commit fbc8780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-example-ames-no-preproc-val-set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def hash_based_split(df, # Pandas dataframe
226226
# Verify purge_model_storage_files works:
227227
model_storage_path = f"{PROJECT_NAME}/models"
228228
if exists(model_storage_path):
229-
raise ValueError(f"Failed test: Parh {model_storage_path}" should have beed deleted and was not.)
229+
raise ValueError(f"Failed test: Parh {model_storage_path}" should have beed deleted and was not.")
230230

231231

232232
print("result extracted from cerebros")

0 commit comments

Comments
 (0)