Python-based module for extracting from, converting between, and handling optical imaging data from several file formats. Inspired by SpikeInterface.
BSD 3-Clause "New" or "Revised" License
12
stars
7
forks
source link
Remove `HAVE_SCIPY` #316
Closed
h-mayorquin closed 2 months ago
We have try-except blocks like this in a couple of places:
But requirements minimal already has scipy:
https://github.com/catalystneuro/roiextractors/blob/275acbb66672766232fa9f7f1b232d7739d89745/requirements-minimal.txt#L9
So what's the point of them?