-
Notifications
You must be signed in to change notification settings - Fork 59
cache propagation issue on OSX #108
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
Labels
bug
Something isn't working
Comments
Ugh. We had an issue with this in nipype 1, too. |
yes, remember I was debugging this at some point... It's one of the issue that comes back from time to time and it's always annoying... |
I think the secret is to release a virus that permanently breaks OSX. |
at some point that might be the only solution..;-) One OS to rule them all! |
we could use resolve:
this should work for the tests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test
test_cache_propagation1
doesn't work on OSX, I believe this is a problem that OSX sets tempdir differently:wf.cache_dir
isPosixPath('/var/folders/32/823z586933zbm26chcmcqq1m0000gp/T/tmpzmou1eal')
and
t1.cache_dir
isPosixPath('/private/var/folders/32/823z586933zbm26chcmcqq1m0000gp/T/tmpzmou1eal')
The text was updated successfully, but these errors were encountered: