Skip to content

Commit c51fd8b

Browse files
Update regression-example-ames-no-preproc-val-set.py
Add a capital letter in the project name to test the bug fix.
1 parent d455109 commit c51fd8b

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
@@ -26,7 +26,7 @@
2626
.replace('T', '_')\
2727
.replace(':', '_')\
2828
.replace('-', '_')
29-
PROJECT_NAME = f'{TIME}_cerebros_auto_ml_test'
29+
PROJECT_NAME = f'{TIME}_Cerebros_auto_ml_test'
3030
PROJECT_NAME = f"{PROJECT_NAME}-meta-{META_TRIAL_NUMBER}"
3131

3232
def hash_a_row(row):

0 commit comments

Comments
 (0)