Skip to content
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

change save_dvc_exp warning to info #632

Merged
merged 3 commits into from
Jul 20, 2023
Merged

change save_dvc_exp warning to info #632

merged 3 commits into from
Jul 20, 2023

Conversation

dberenbaum
Copy link
Contributor

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 33.33% and project coverage change: -0.22 ⚠️

Comparison is base (28a0224) 89.69% compared to head (810e346) 89.47%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #632      +/-   ##
==========================================
- Coverage   89.69%   89.47%   -0.22%     
==========================================
  Files          43       44       +1     
  Lines        2988     2994       +6     
  Branches      250      250              
==========================================
- Hits         2680     2679       -1     
- Misses        269      276       +7     
  Partials       39       39              
Impacted Files Coverage Δ
src/dvclive/_dvclive_version.py 0.00% <0.00%> (ø)
src/dvclive/live.py 94.82% <100.00%> (-0.02%) ⬇️

... and 1 file with indirect coverage changes

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

@daavoo daavoo linked an issue Jul 20, 2023 that may be closed by this pull request
1 task
@dberenbaum dberenbaum merged commit b2a66c2 into main Jul 20, 2023
1 check passed
@dberenbaum dberenbaum deleted the exp-save-warning branch July 20, 2023 17:58
logger.warning(
"Ignoring `_save_dvc_exp` because `dvc exp run` is running"
)
logger.info("Ignoring `_save_dvc_exp` because `dvc exp run` is running")
Copy link
Member

@shcheklein shcheklein Jul 20, 2023

Choose a reason for hiding this comment

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

QQ, is it how it is actual called - _save_dvc_exp?

Copy link
Member

Choose a reason for hiding this comment

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

I mean for users? Or is it an internal name?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch. We should not be using the internal name here.

@dberenbaum dberenbaum mentioned this pull request Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review all warnings
4 participants