Skip to content

Commit

Permalink
Merge branch 'main' into export-D54879641
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar-Cardoso authored Mar 18, 2024
2 parents 78cb5eb + 23636ed commit 70a3605
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ax/modelbridge/generation_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def _validate_and_set_step_sequence(self, steps: List[GenerationStep]) -> None:

# Set transition_to field for all but the last step, which remains
# null.
if idx != len(self._steps):
if idx != len(self._steps) - 1:
for transition_criteria in step.transition_criteria:
if (
transition_criteria.criterion_class
Expand Down
Loading

0 comments on commit 70a3605

Please sign in to comment.