Skip to content

Commit

Permalink
DOC: Fix docstrings in crowsetta/formats/seq/simple.py [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed May 21, 2022
1 parent 82458d7 commit 6927c22
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/crowsetta/formats/seq/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,13 @@ class SimpleSeq:
Extension of files in annotation format:
``('.csv', '.txt')``
onsets_s : numpy.ndarray
Vector of integer sample numbers corresponding
to beginning of segments, i.e. onsets
Vector of floats corresponding
to beginning of segments, i.e. onsets, in seconds
offsets_s : numpy.ndarray
Vector of integer sample numbers corresponding
to ends of segments, i.e. offsets
Vector of floats corresponding
to ends of segments, i.e. offsets, in seconds
labels : numpy.ndarray
Vector of string labels for segments;
each element is either a single word,
or a single phonetic transcription code.
Vector of string labels for segments
annot_path : str, pathlib.Path
Path to file from which annotations were loaded.
notated_path : str. pathlib.Path
Expand Down

0 comments on commit 6927c22

Please sign in to comment.