coganlab / IEEG_Pipelines

A repo of current preprocessing methods for the Cogan Lab
https://ieeg-pipelines.readthedocs.io/en/latest/
MIT License
4 stars 2 forks source link

Remove skimage dependency #97

Closed Aaronearlerichardson closed 7 months ago

Aaronearlerichardson commented 7 months ago

remove need for 'measure' module from skimage:

https://github.com/coganlab/IEEG_Pipelines/blob/f690393fceae245f0114c02cc67c8f1d2d8629ff/ieeg/calc/stats.py#L650-L653

Aaronearlerichardson commented 7 months ago

fixed with #107