[ENH] Adds initial workflow class - #14
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).