Skip to content

Commit

Permalink
Add @Property decorator to SyntheticRunner.run_metadata_report_keys
Browse files Browse the repository at this point in the history
Fixes the issue flagged in facebook#2011
  • Loading branch information
Balandat committed Nov 22, 2023
1 parent 85de97a commit 6a2d196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ax/runners/synthetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ def poll_trial_status(
) -> Dict[TrialStatus, Set[int]]:
return {TrialStatus.COMPLETED: {t.index for t in trials}}

@property
def run_metadata_report_keys(self) -> List[str]:
return ["name"]

0 comments on commit 6a2d196

Please sign in to comment.