When importing a Corpus using corpus.create_from_zr_output(), the duration of audio documents is sometimes seemingly non-deterministically set to 0 on a Debian 7 system.
Document duration is set using the following code in corpus.create_from_zr_output():
When importing a Corpus using
corpus.create_from_zr_output()
, the duration of audio documents is sometimes seemingly non-deterministically set to 0 on a Debian 7 system.Document duration is set using the following code in
corpus.create_from_zr_output()
:when importing a Corpus with 624 documents, the total number of documents with a zero-length duration was 351, 356 and 369 across three runs.
The audio files are on the local filesystem (i.e. not NFS-mounted).
This problem has not (yet) been encountered on OS X.