-
Notifications
You must be signed in to change notification settings - Fork 76
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
Update software behavior to use the default echopype home directory #954
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## dev #954 +/- ##
===========================================
- Coverage 79.48% 61.04% -18.45%
===========================================
Files 62 62
Lines 5650 5647 -3
===========================================
- Hits 4491 3447 -1044
- Misses 1159 2200 +1041
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 24 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
@lsetiawan : I made some small edits because ~/.echopype
is not in the working directory, but other than that I think this is ready to be merged.
Could you insert a section in the documentation for the examples of where files will be saved in different scenarios? I think that will be really helpful for the users. Thanks!
Co-authored-by: Wu-Jung Lee <[email protected]>
Co-authored-by: Wu-Jung Lee <[email protected]>
Co-authored-by: Wu-Jung Lee <[email protected]>
Overview
This PR updates software behavior to start utilizing the default echopype home directory located in user's home directory:
~/.echopype
.Related Issues