-
Notifications
You must be signed in to change notification settings - Fork 536
SHA-1 parameterization working directory name #535
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
this looks good - adding a couple of items for thought/implementation
|
Thanks, Satra. I will make the change a config option and add a test. I doubt if datasink would rely on the path, since it is a manufactured name. I will test this. Reducing the entire path loses the hierarchical directory structure. I am hesitant to do so, since:
|
It seems that some things got mixed up in this pull request. It's probably because you have not used branches separating different features/bugfixes. We would still love to see these improvements in master, but please separate them into branches. Thanks! |
Hi Chris, I thought you'd pull it into a branch. I will rebase and branch the change. Fred From: Chris Filo Gorgolewski <notifications@github.commailto:notifications@github.com> It seems that some things got mixed up in this pull request. It's probably because you have not used branches separating different features/bugfixes. We would still love to see these improvements in master, but please separate them into branches. Thanks! — |
FIX: updated testing so that nipype.test(doctests=True) works fine
… The default is True.
tst: added doctest ellipses to fix afni tests
Conflicts: examples/smri_ants_registration.py
…t works in an ANTS release.
Hi, |
Hi Chris, My understanding is that the pull request was withdrawn pending isolation into a branch and adding a unit test. The FredLoney/nipype fork contains six branches merged into master which enable nipype to work in our environment. PR #535 is fixed in the sha-digest-dirname branch, which is rebased as of a week ago. The fork master should not be merged into nipy/nipype. I plan to submit a pull request specifying only the PR branch. Other branches implement different enhancements for which a PR has not yet been filed. These might result in separate pull requests. Fred From: Chris Filo Gorgolewski <notifications@github.commailto:notifications@github.com> Hi, — |
Ok thanks - looking forward to your PRs! |
Make a SHA-1 digest directory name for long parameterizations.