Skip to content

Commit

Permalink
Documenting behavior for missing segments
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 26, 2024
1 parent f871fa1 commit e7dc5c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions audbcards/core/datacard.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def file_duration_distribution(self) -> str:
If :attr:`audbcards.Datacard.sphinx_src_dir` is not ``None``
(e.g. when used in the sphinx extension),
and the dataset contains audio or video files,
an image is stored in the file
``<dataset-name>-<dataset-version>-file-duration-distribution.png``,
which is cached in
Expand Down Expand Up @@ -349,6 +350,7 @@ def segment_duration_distribution(self) -> str:
If :attr:`audbcards.Datacard.sphinx_src_dir` is not ``None``
(e.g. when used in the sphinx extension),
and the dataset contains segments,
an image is stored in the file
``<dataset-name>-<dataset-version>-segment-duration-distribution.png``,
which is cached in
Expand Down

0 comments on commit e7dc5c9

Please sign in to comment.