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

Clean up tokenization pipeline #95

Closed jihyunbak closed 3 years ago

jihyunbak commented 3 years ago

Description and related issues

Cleanup work for the trialization/tokenization pipeline.

Didn't resolve the number of stim onset mismatch issues (for the WN and TIMIT tokenizers), but set the stage up…

Closes #(issue number)

Checklist:

jihyunbak commented 3 years ago

Thanks for the reviews @JesseLivezey ! Agree with both suggestions (error from BaseTokenizer, logger warning from WNTokenizer) — I was simply keeping the legacy behavior in both cases, but I'll change those before I merge!