You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #4133
Fix bug where `ArmEffectsPlot` and `ScatterPlot` are showing the latest CANDIDATE Trial twice.
This is currently happening because the following line:
```
~df["trial_status"].isin([ts.name for ts in FAILED_ABANDONED_STATUSES])
```
brings in candidates before we additionally append `candidate_trial` a few lines later. By including candidate trials in the exclusion filter (i.e. `FAILED_ABANDONED_CANDIDATE_STATUSES`), we avoid duplicate candidate trials
Reviewed By: Cesar-Cardoso
Differential Revision: D80046532
fbshipit-source-id: 947b64ac6695a0f51308fd376a43e3cb3087c01a
0 commit comments