Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatzel committed Oct 7, 2024
1 parent 242cb19 commit 7548f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test_audio_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def dataset():
]
data = list((dataset_dir / "BeeMoved").rglob("*.*"))
data += list((dataset_dir / "two channel").rglob("*.*"))
data.append(dataset_dir / "Vision of Her/24-88.flac")
data.append(dataset_dir / "../Vision of Her/24-88.flac")
return data


Expand Down
2 changes: 1 addition & 1 deletion src/test_stft.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def dataset():
]
return [
dataset_dir / "BeeMoved/Sample_BeeMoved_96kHz24bit.flac",
dataset_dir / "Vision of Her/24-88.flac",
dataset_dir / "../Vision of Her/24-88.flac",
]


Expand Down

0 comments on commit 7548f9b

Please sign in to comment.