Skip to content

Conversation

@daavoo
Copy link
Contributor

@daavoo daavoo commented Apr 14, 2023

To ensure experiment_rev is sent.

Found that it was the underlying issue of https://github.com/iterative/studio/issues/5673#issuecomment-1508480082. I thought Studio relied on baseline_sha, exp_name pair to match live experiments with experiment ref.

Regardless, this was a plain bug that had to be fixed and went under the radar.

To ensure `experiment_rev` is sent.
@daavoo daavoo self-assigned this Apr 14, 2023
@daavoo daavoo requested a review from dberenbaum April 14, 2023 13:58
@daavoo daavoo added A: studio Area: Studio integration bugfix labels Apr 14, 2023

self._ensure_paths_are_tracked_in_dvc_exp()

self.save_dvc_exp()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am on a streak of this kind of bugfixes

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 🎉

Comparison is base (3e0ac41) 95.81% compared to head (22e6bb0) 95.85%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #529      +/-   ##
==========================================
+ Coverage   95.81%   95.85%   +0.03%     
==========================================
  Files          41       41              
  Lines        2628     2629       +1     
  Branches      221      221              
==========================================
+ Hits         2518     2520       +2     
+ Misses         67       66       -1     
  Partials       43       43              
Impacted Files Coverage Δ
tests/test_studio.py 100.00% <ø> (ø)
src/dvclive/live.py 92.25% <100.00%> (+0.32%) ⬆️
tests/conftest.py 95.45% <100.00%> (+0.10%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@daavoo daavoo merged commit aaf4bfd into main Apr 14, 2023
@daavoo daavoo deleted the send-experiment-rev branch April 14, 2023 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A: studio Area: Studio integration bugfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants