AllenInstitute / neuroanalysis

Modular analysis tools for neurophysiology data
MIT License
7 stars 10 forks source link

fix for MiesStimulus UnboundLocalError #7

Closed tmchartrand closed 4 years ago

tmchartrand commented 4 years ago

For certain chirp sweeps, this was failing due to an empty epoch before the real one, like {'Duration': '0', 'Epoch': '0', 'Sweep': '0', 'Type': 'Sin Wave'}. This raised an exception in the epoch processing and thus the item variable was never assigned to.