Skip to content

Commit

Permalink
Fix generation node tests
Browse files Browse the repository at this point in the history
Summary: A couple tests were broken in a clean up diff yesterday. Somehow slipped through the CI.

Differential Revision: D55753520
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Apr 4, 2024
1 parent c7601b4 commit 8782339
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 8782339

Please sign in to comment.