Skip to content
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

[BUG] Relax excessively restrictive breaking condition in fit_bootstrap #14

Open
ulupo opened this issue May 23, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ulupo
Copy link
Collaborator

ulupo commented May 23, 2024

When running fit_bootstrap with n_repeats greater than 1, if group_sizes is not None then some randomly chosen fixed pairs may lead to unoptimizable initial conditions, while some others may lead to optimizable one. Thus, the n_repeats loop should not break at the first failure in these cases.

@ulupo ulupo added the bug Something isn't working label May 23, 2024
@ulupo ulupo added this to the 0.2.1 milestone May 23, 2024
@ulupo ulupo self-assigned this May 23, 2024
@ulupo ulupo modified the milestones: 0.2.1, 0.3.0 May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant