bootphon / pygamma-agreement

Gamma Agreement in Python
MIT License
43 stars 8 forks source link

fix: check for empty set in `reset_bounds()` #38

Closed valentinoli closed 2 years ago

valentinoli commented 2 years ago

Continuum.reset_bounds() raises a StopIteration if one of the sets of annotations for a particular annotator is empty.

hadware commented 2 years ago

Thanks again for that, just update the pipy version of pygamma to include your change.

valentinoli commented 2 years ago

Great to be of help