Skip to content

Commit

Permalink
Fix: Audio format arg during AC download.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jan 5, 2024
1 parent a7f3786 commit dc6e5ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aac_datasets/datasets/functional/audiocaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,8 @@ def _cast_line(line: Dict[str, Any], audio_format: str) -> Dict[str, Any]:
]
present_audio_fpaths = dict.fromkeys(present_audio_fpaths)

common_kwds = dict(
common_kwds: Dict[str, Any] = dict(
audio_subset_dpath=audio_subset_dpath,
audio_format=audio_format,
verify_files=verify_files,
present_audio_fpaths=present_audio_fpaths,
audio_duration=audio_duration,
Expand Down

0 comments on commit dc6e5ed

Please sign in to comment.