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

Fix NumberOfExperimentsCondition #470

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

chrihaas
Copy link
Contributor

@chrihaas chrihaas commented Dec 3, 2024

Fix condition, by shifting the conditional state by one.

In a stepwise strategy, the next step should be reached if n_experiments_step = n_experiments_available.

Copy link
Contributor

@jduerholt jduerholt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Christian.

@jduerholt
Copy link
Contributor

@bertiqwerty: also fine for you?

@bertiqwerty
Copy link
Contributor

Hmm... There might be some places in our code where we relied on the old behavior, I think. But in principle, I agree with the change. So let's merge it and we fix our code.

@bertiqwerty bertiqwerty self-requested a review December 3, 2024 13:52
Copy link
Contributor

@bertiqwerty bertiqwerty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Christian.

@jduerholt
Copy link
Contributor

Hmm... There might be some places in our code where we relied on the old behavior, I think. But in principle, I agree with the change. So let's merge it and we fix our code.

Same for us ;) But we will also fix it.

@jduerholt jduerholt merged commit 2cdeefd into experimental-design:main Dec 3, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants