-
Notifications
You must be signed in to change notification settings - Fork 532
fix: do not create a nipype folder in the home directory by default #2076
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
Conversation
We probably should also provide a system-wide way to configure settings, a la matplotlib and do not use the |
people can still use that location, just that we don't create it by default. the default config is the one that comes from the library. |
Yes -- the idea is to limit the config sources:
|
@oesteban - we have always had that. three locations: (in the nipype code, ~/.nipype, cwd). however, after this PR, it will not write a file by default in ~/.nipype. but in all cases, local always supersedes the other two. |
…-creation * upstream/master: CI: Push nipype/base:latest on release Remove APT version pins Update AFNI pin to current NeuroDebian package
Codecov Report
@@ Coverage Diff @@
## master #2076 +/- ##
==========================================
- Coverage 72.17% 72.16% -0.01%
==========================================
Files 1138 1138
Lines 57233 57229 -4
Branches 8199 8199
==========================================
- Hits 41306 41299 -7
- Misses 14637 14640 +3
Partials 1290 1290
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2076 +/- ##
==========================================
- Coverage 72.17% 72.16% -0.01%
==========================================
Files 1138 1138
Lines 57233 57229 -4
Branches 8199 8199
==========================================
- Hits 41306 41299 -7
- Misses 14637 14640 +3
Partials 1290 1290
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2076 +/- ##
==========================================
- Coverage 72.17% 72.16% -0.01%
==========================================
Files 1138 1138
Lines 57233 57229 -4
Branches 8199 8199
==========================================
- Hits 41306 41299 -7
- Misses 14637 14640 +3
Partials 1290 1290
Continue to review full report at Codecov.
|
Changes proposed in this pull request