From f92efd679e3e34e43e96c26a3df7b4cd9948981b Mon Sep 17 00:00:00 2001 From: Lena Kashtelyan Date: Tue, 18 Feb 2025 16:13:33 -0800 Subject: [PATCH] Clean up units + some issues that surfaced during the cleanup (#3377) Summary: As titled, a bit of cleanup and ensuring that we choose the correct GS + experiment types Reviewed By: mgarrard Differential Revision: D69616303 --- ax/service/ax_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ax/service/ax_client.py b/ax/service/ax_client.py index dbe966b36af..04e87b9b824 100644 --- a/ax/service/ax_client.py +++ b/ax/service/ax_client.py @@ -1805,7 +1805,6 @@ def _gen_new_generator_run( # so if we just set the seed without the context manager, it can have # serious negative impact on the performance of the models that employ # stochasticity. - fixed_feats = ( InstantiationBase.make_fixed_observation_features( fixed_features=fixed_features