Eshin Jolly
Eshin Jolly
I'm also getting a similar error if I hover over any code diffs on svelte files: ``` [Error - 7:14:06 PM] Request textDocument/hover failed. Message: Request textDocument/hover failed with message:...
Sounds great. Unfortunately the several notebooks I've noticed with I can't currently share since they consist of analyses of private data, but let me see if I can generate something.
Thanks for the reply @lgautier. Is there an example I can reference somewhere to see how to use a local converter? Also do you have any insight as to why...
Ah I see thanks much!
Toyed with implementing this in https://github.com/cosanlab/nltools/pull/342 but ultimately didn't add it. Need to rethink the linear-algebra because my suggestion above assumed `res` is 1d, and if it's 2d, it blows...
Haven't played with numba because this implementation was fast enough, but maybe after we figure out discrepant results with FSL we can add it
Plotly express could be helpful here: https://www.plotly.express/plotly_express/
@ljchang I think it's changing the shape for exactly the reason you suggested. The `threshold` function makes a call to `Brain_Data.apply_mask` which always changes the shape of the output (as...
One possible delineation is this: 1. For _masking_ operations in the style of 1. above, we make the `Brain_Data.threshold` a bit more flexible. If a user provides a file path...
Interesting, yes we assume that the index is numerical and starts from 0 because for most use cases it should. Other than a date-time index (which we don't formally support)...