flatironinstitute / CaImAn

Computational toolbox for large scale Calcium Imaging Analysis, including movie handling, motion correction, source extraction, spike deconvolution and result visualization.
https://caiman.readthedocs.io
GNU General Public License v2.0
639 stars 370 forks source link

caimanmanager: don't copy __pycache__ dirs out of the library bundle #1341

Closed pgunn closed 6 months ago

pgunn commented 6 months ago

Address #1340 by shifting caimanmanager to use the ignore argument to copytree (and stop using distutils).