BouchardLab / nsds_lab_to_nwb

Python package to convert NSDS Lab data to NWB files.
https://nsds-lab-to-nwb.readthedocs.io/en/latest/
0 stars 4 forks source link

Fixed exp note reader bug related to MetaSheet #97

Closed jthermiz closed 3 years ago

jthermiz commented 3 years ago

Description and related issues

This is a simple change that fixes a problem with the exp_note_reader where the reader breaks if cells outside of the first 5 columns have a non null value.

Closes #63

Checklist:

Passes local test and used autopep8 to format the edited file