From 7c6c0137cf7aa482f89d6e1687fa98aa1dcce7ec Mon Sep 17 00:00:00 2001 From: Lena Kashtelyan Date: Fri, 14 Feb 2025 12:51:56 -0800 Subject: [PATCH] Clean up Axolotl-for-PTS units + some issues that surfaced during the cleanup Summary: As titled, a bit of cleanup and ensuring that we choose the correct GS + experiment types 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 9f360c6463f..6ba511fb56e 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