Skip to content

Commit

Permalink
mini clean for error message
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Jul 3, 2016
1 parent 461ce69 commit f51a81d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/shogun/statistical_testing/internals/DataManager.cpp
Expand Up @@ -281,8 +281,7 @@ void DataManager::set_train_test_ratio(float64_t ratio)
train_test_ratio=ratio;
else
{
SG_SERROR("Train-test ratio cannot be set without turning on Train/Test mode first!"
"Please call set_train_test_mode(True) before using this method!\n");
SG_SERROR("Train-test ratio cannot be set without turning on train-test mode first.\n");
}
}

Expand Down

0 comments on commit f51a81d

Please sign in to comment.