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

Workaround datalad gh-3836 #77

Closed
wants to merge 1 commit into from

Conversation

bpoldrack
Copy link
Member

See datalad/datalad#3836

Here we need to just install that subdataset. We are not testing install/get-behavior of datalad core and we don't really care for the result (that is the broken aspect).

Note, that we just need to install that dataset here. We are not testing install/get-behavior of datalad core

(cherry picked from commit a663566)
# workaround it:
ds = Dataset(opj(srcrepo.path, 'datalad_neuroimaging', 'tests', 'data',
'dicoms', flavor))
assert ds.is_installed()
Copy link
Member

Choose a reason for hiding this comment

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

I could be wrong, but I feel that it might be quite a common pattern which would keep coming up, and better be resolved in datalad itself instead of breeding workarounds. If anything I would have at least absorbed common "logic" for path into dspath = opj(...) and use dspath in both lines

Copy link
Member Author

Choose a reason for hiding this comment

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

Agree - it should be actually solved in datalad. However, I just need to see, whether I found all the spots, where datalad-hirni and its dependencies fail to properly work with rc6.

@bpoldrack
Copy link
Member Author

FTR: Addressing this in datalad/datalad#3841

@bpoldrack bpoldrack closed this Dec 19, 2019
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.

2 participants