NeurodataWithoutBorders / nwb-guide

NWB GUIDE is a desktop app that provides a no-code user interface for converting neurophysiology data to NWB.
https://nwb-guide.readthedocs.io/
MIT License
22 stars 3 forks source link

Creation of example data depends on old WaveformExtractor #914

Open bendichter opened 3 months ago

bendichter commented 3 months ago

Describe the issue

Creation of example data depends on old WaveformExtractors

https://github.com/NeurodataWithoutBorders/nwb-guide/blob/6356e1f299ccd7dba3ce30d84538e5004611782f/src/pyflask/manageNeuroconv/manage_neuroconv.py#L1725-L1732

These lines are preventing us from upgrading to the latest version of SpikeInterface.

Steps to Reproduce

See above

Operating System

OSX

GUIDE Version

latest

Code of Conduct

Yes

Did you confirm this issue was not already reported?

Yes

bendichter commented 3 months ago

@alejoe91 could you please help with this?