-
Notifications
You must be signed in to change notification settings - Fork 29
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
Use commit rows in metric vs param plots #3567
Conversation
@@ -35,6 +35,18 @@ export const customPlotsOrderFixture: CustomPlotsOrderValue[] = [ | |||
] | |||
|
|||
export const experimentsWithCheckpoints: ExperimentWithCheckpoints[] = [ |
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.
[Q] Is this still the best name?
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.
I think so since the actual function that we get the experiments from is called getExperimentsWithCheckpoints
🤔
I suppose we could call it experimentsWithCommits
to make it a bit more clear :)
Code Climate has analyzed commit 77e9cac and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 95.1% (0.0% change). View more on Code Climate. |
Demo
Screen.Recording.2023-03-27.at.5.18.04.PM.mov
Part of #3373