dopefishh / pympi

A python module for processing ELAN and Praat annotation files
MIT License
93 stars 39 forks source link

Timestamp type not checked when added #41

Closed QuietNerdyThing closed 3 years ago

QuietNerdyThing commented 3 years ago

Expected behaviour When adding an annotation, the datatype of start and end time is not checked Using to_eaf() produces an eaf file but it cannot be parsed with parse_eaf because of the datatype of the timestamps

Actual behaviour There should be an error when the datatype is not int

System information