Skip to content

Commit c587c68

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

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)