-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: load trial data for single run searches in search view #9742
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9742 +/- ##
==========================================
- Coverage 54.12% 49.78% -4.34%
==========================================
Files 1257 934 -323
Lines 154820 125516 -29304
Branches 3486 3486
==========================================
- Hits 83796 62494 -21302
+ Misses 70878 62876 -8002
Partials 146 146
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
} | ||
try { | ||
const trialsResponse = await getExpTrials( | ||
{ id: experiment.id, limit: 2 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: limit 2 seems a bit arbitrary
This loads trial data for single run searches in the search view. this prevents issues with the continue trial where the trial information was missing in the experiment config.
7c93753
to
bb15007
Compare
(cherry picked from commit 875cb48)
Ticket
ET-647
Description
This loads trial data for single run searches in the search view. this prevents issues with the continue trial where the trial information was missing in the experiment config.
Test Plan
when visiting the search page of a single-run search, both options on the "Continue Run" menu button should open a modal.
Checklist
docs/release-notes/
See Release Note for details.