Skip to content

Commit

Permalink
Merge 8782339 into c7601b4
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak committed Apr 4, 2024
2 parents c7601b4 + 8782339 commit 49c57a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ax/modelbridge/tests/test_generation_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def setUp(self) -> None:
ms_gpei = ModelSpec(model_enum=Models.GPEI)
ms_gpei.fit(experiment=self.branin_experiment, data=data)

ms_botorch = ModelSpec(model_enum=Models.BOTORCH)
ms_botorch = ModelSpec(model_enum=Models.BOTORCH_MODULAR)
ms_botorch.fit(experiment=self.branin_experiment, data=data)

self.fitted_model_specs = [ms_gpei, ms_botorch]
Expand Down

0 comments on commit 49c57a9

Please sign in to comment.