-
Notifications
You must be signed in to change notification settings - Fork 56
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
[ENH] Adds initial workflow class #14
base: main
Are you sure you want to change the base?
Conversation
Optionally return space + density of resampled annotations
Improved parcellation handling
Estimate resolution or density or parcellations based on whether it's volumetric or surface
Don't calculate from scratch each time
Need to use this to handle volumetric images
We're catching the error they throw
Okay, I'm gonna be real: I have absolutely no clue why this is failing. These data are public on OSF and can be downloaded. I have manually tested this every which way and cannot figure it out. Calling in the big guns with @liuzhenqi77 @justinehansen: any thoughts on why this is failing ? |
Hiiii @rmarkello Running the tests locally also works fine for me. After some repeated trying using https://github.com/nektos/act, it seems changing I also added |
Amazing, @liuzhenqi77 !!! I didn't know the I think I'd rather replace the relevant lines with repeat calls to Re I think I allowed maintainers to make changes to this branch so you could push the fixes if you want / are able since I won't be able to get to this for a little while... Thank you again ! 🎉✨ |
When reusing requests.Session in a container it seems there are occasionally transient connectivity issues. Here we reinstantiate a session for every file fetch
Now, |
Ohhh it seems requests is not the problem, but Then there's another question: if |
For running the primary map comparison workflows (with some light in-memory caching, as needed).