Closed aidapiccato closed 2 months ago
Good catch, unsure why previous tests didn't find this
Asked @alejoe91 about that in #799
Need to check if the new analyzer inherited this and will close if it does not.
OK, closing this, the new sorting_analyzer writing does not have this problem:
and we deprecated write_waveforms
What happened?
Writing waveforms to an NWB file fails due to a variable naming error on line 1442 of
neuroconv/src/neuroconv/tools/spikeinterface/spikeinterface.py
.nwbfile
is passed as an argument to write_waveforms. This should benwbfile_out
-nwbfile
is an optional parameter that is set as default to None.Steps to Reproduce
Traceback
No response
Operating System
macOS
Python Executable
Python
Python Version
3.11
Package Versions
Code of Conduct