Skip to content

Commit

Permalink
merged tests into main before release
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed May 10, 2023
1 parent 3825444 commit 11bdc82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_spectrogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,4 @@ def test_initialize_2s(input_dataset):
tuple([sf.read(dataset.audio_path.joinpath(file))[0] for file in filename_csv])
)

assert np.allclose(full_input, full_output)

def test_process_file_adjust(input_spectrogram, output_dir):

assert np.allclose(full_input, full_output)

0 comments on commit 11bdc82

Please sign in to comment.