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

init: default path if no init called #67

Merged
merged 2 commits into from
Apr 1, 2021
Merged

init: default path if no init called #67

merged 2 commits into from
Apr 1, 2021

Conversation

pared
Copy link
Contributor

@pared pared commented Mar 26, 2021

Fixes #51

Comment on lines -146 to -149
def test_init_from_env(tmp_dir, summary, html):
os.environ[env.DVCLIVE_PATH] = "logs"
os.environ[env.DVCLIVE_SUMMARY] = str(int(summary))
os.environ[env.DVCLIVE_HTML] = str(int(html))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It modified env for all following tests

@jorgeorpinel
Copy link

jorgeorpinel commented May 21, 2021

Hi! Should we document this in https://dvc.org/doc/dvclive/usage @pared ? It currently looks like the call is required and states the path argument is required (is it?).

@pared
Copy link
Contributor Author

pared commented May 24, 2021

@jorgeorpinel created issue for that.

@daavoo daavoo deleted the 51_default branch July 14, 2021 09:23
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.

Introduce default directory
2 participants