-
Notifications
You must be signed in to change notification settings - Fork 92
Fix bug #465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bug #465
Conversation
|
why = as well? |
Essentially, this handles the case when there is a single input point in the condition. Indeed, if we have, for example, only one point in the dataset, the loop behaves as follows: with the new condition in test_split a datapoint is added, since the offset is reset to 0 after train_split creation |
|
@dario-coscia If ok, I merge this small fix |
No description provided.