Ethan Blackwood
Ethan Blackwood
**Description** When configuring SMB shares, entering an incorrect Windows password does not cause a reprompt but instead a generic message "ERROR: SMB share mount failed." The user then has to...
I am a student who's relatively new to the field, but: I was inspecting this code for use in a project, and I noticed that the dice_coefficient calculation sums the...
I noticed that the branch of `pca_whiten` for when `NSUB > NVOX`, i.e. you have more channels than observations, wasn't giving the expected results. I compared the result for a...
### Describe the issue: There seems to be a bug in the way frames are counted when loading one or more Scanbox files. From sbx.py: ```python for ichunk, onset in...
Your setup: 1. Operating System (Linux, MacOS, Windows): Linux 2. Hardware type (x86, ARM..) and RAM: x86, 128 GB 3. Python Version (e.g. 3.9): 3.11.8 4. Caiman version (e.g. 1.9.12):...
This extends the function `get_params_diffs` to work when the params are nested under different groups (as caiman now expects) and/or include types that are comparable but not hashable, such as...
When I moved the app to /app so that the documentation could be at /docs, I made a bare-bones redirect page from the root page to /app. But at some...
Currently, there are several places in the (now publishable) JSDoc comments where: * Things are missing (or "TODO") * Things that shouldn't be documented (minor local variables) are documented *...