Skip to content

Commit

Permalink
Improve the warning when guessing the data delimiter in get_data.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmcd committed Oct 26, 2021
1 parent bd9ebe6 commit bd196fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/fitness/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_Xy_train_test_separate(train_filename, test_filename, skip_header=0):
break
else:
print(
"utilities.fitness.get_data.get_Xy_train_test_separate\n"
"Warning (in utilities.fitness.get_data.get_Xy_train_test_separate)\n"
"Warning: Dataset delimiter not found. "
"Defaulting to whitespace delimiter.")
delimiter = " "
Expand Down

0 comments on commit bd196fd

Please sign in to comment.