catalystneuro / mease-lab-to-nwb

MIT License
3 stars 2 forks source link

error in conversion script #15

Closed bendichter closed 3 years ago

bendichter commented 3 years ago

This line

https://github.com/catalystneuro/mease-lab-to-nwb/blob/f0d611d9f9b6aaccb76d9a00aa249a338bf53660/mease_lab_to_nwb/convert_ced/convert_ced.py#L23

looks wrong because input_data is not defined

bendichter commented 3 years ago

also here

https://github.com/catalystneuro/mease-lab-to-nwb/blob/f0d611d9f9b6aaccb76d9a00aa249a338bf53660/mease_lab_to_nwb/convert_ced/convert_ced.py#L9

n_jobs is unused

CodyCBakerPhD commented 3 years ago

Yep, looks like the CED conversion scripts are still working under nwb-conversion-tools <= v0.5.0 ; I'll get them updated to v0.6.2 ASAP