vocalpy / crowsetta

A tool to work with any format for annotating vocalizations
https://crowsetta.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

BUG: `crowsetta.data.get` does not return example after first extracting them #186

Closed NickleDave closed 2 years ago

NickleDave commented 2 years ago

Need to add a return statement here: https://github.com/vocalpy/crowsetta/blob/71db6c6fd68dfef1bdbdcfacd8b2a16b21b86089/src/crowsetta/data/data.py#L247 Next line right after it should be the same as https://github.com/vocalpy/crowsetta/blob/71db6c6fd68dfef1bdbdcfacd8b2a16b21b86089/src/crowsetta/data/data.py#L262 (but with the right indentation)