-
Notifications
You must be signed in to change notification settings - Fork 67
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
Caching seems not to be working on macOS #814
Comments
This makes me think that we should take our smallest dataset and set up a GitHub actions version of the tests that just run on that dataset. |
So a rough check (ignore my cruft):
Looks like we could use 1971, 3775, or 3392. 3392 is our smallest MEG dataset and 1971 runs decoding so I'm inclined toward testing those. |
@larsoner Turns out that my issues may have been caused by storing the output files in a OneDrive-synced folder. Maybe some batter's magic caused the caching to sometimes fail, or who knows what. At any rate, all seems to be fine now – I'm saving the pipeline output in a folder that's not synced to OneDrive. |
I cannot provide sufficient information now – this issue is supposed to serve as a reminder.
I'm under the impression that caching is not working on my macOS machine – it seems that all steps are always run again, regardless of the caching setting. I also tried the
"hash"
method, but I'm not seeing any change. Needs to be investigated.The text was updated successfully, but these errors were encountered: