You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed confusing and inconsistent parameters primary_stem_output_path / secondary_stem_output_path, improved logic to clear stem output paths between separation runs to fix issue with overwritten output files
Copy file name to clipboardExpand all lines: tests/TODO.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,5 @@
6
6
- Test processing file with multiple different models outputs separate expected files
7
7
- Test each of the architecure specific parameters works as expected in both CLI and class mode
8
8
- Generate oscillogram and spectrogram of model output for a short test file for each major supported model and compare to expected output to ensure separation is actually separating stems
9
-
- Add a few different test files with different properties, e.g. background noise, stems present, or genre of music and ensure separation works as expected for each
9
+
- Add a few different test files with different properties, e.g. background noise, stems present, or genre of music and ensure separation works as expected for each
10
+
- Test that processing more than one distinct input file in sequence outputs separate files (not overwriting the first output with the second)
0 commit comments