Commit 70f60e5
Summary:
Pull Request resolved: facebook#5120
Follow-up to D98924467, which decoupled metric fetch errors from trial
status in the Orchestrator. The orchestrator no longer uses
`recoverable_exceptions` or `is_recoverable_fetch_e` to decide trial
fate, making them dead code.
- Remove `Metric.recoverable_exceptions` class attribute and
`Metric.is_recoverable_fetch_e` classmethod from `ax/core/metric.py`.
Reviewed By: bernardbeckerman
Differential Revision: D98932195
1 parent 02e06ae commit 70f60e5
1 file changed
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 91 | | |
97 | 92 | | |
98 | 93 | | |
| |||
164 | 159 | | |
165 | 160 | | |
166 | 161 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | 162 | | |
179 | 163 | | |
180 | 164 | | |
| |||
0 commit comments