Skip to content

Commit

Permalink
Remove leftover print statements (#3412)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #3412

Reviewed By: saitcakmak

Differential Revision: D70096443

fbshipit-source-id: 9ca61915c6c3c972cff6194edd64337da3bf0a71
  • Loading branch information
SebastianAment authored and facebook-github-bot committed Feb 24, 2025
1 parent 8f63acc commit 31aa97f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ax/modelbridge/map_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,8 @@ def _fit(
`self.parameters_with_map_keys` instead of `self.parameters`.
"""
self.parameters = list(search_space.parameters.keys())
print("MAPTORCH parameters", parameters)
if parameters is None:
parameters = self.parameters_with_map_keys
print("MAPTORCH parameters", parameters)
super()._fit(
model=model,
search_space=search_space,
Expand Down

0 comments on commit 31aa97f

Please sign in to comment.