-
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: checkpoint table action menu shouldn't vanish on polling [ET-277] #9812
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9812 +/- ##
==========================================
- Coverage 54.38% 50.14% -4.24%
==========================================
Files 1261 938 -323
Lines 155770 126444 -29326
Branches 3540 3540
==========================================
- Hits 84711 63411 -21300
+ Misses 70921 62895 -8026
Partials 138 138
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
cannot reproduce the bug in the latest main.
how can i reproduce it?
you need to be on the experiment details page for a single trial experiment. the one that you linked looks to be multi-trial |
webui/react/src/pages/ExperimentDetails/ExperimentCheckpoints.tsx
Outdated
Show resolved
Hide resolved
ad54378
to
2657f05
Compare
Ticket
ET-277
Description
Test Plan
With the flat runs flag off, go to the Checkpoints tab of a single trial experiment. There must be at least one checkpoint in the table for testing purposes.
Checklist
docs/release-notes/
See Release Note for details.