Skip to content

Commit

Permalink
renaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schmitt committed May 7, 2024
1 parent f7bea4e commit f4b391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_folder_default_process_func(tmpdir, num_workers, multiprocessing):


@pytest.mark.parametrize("num_workers", [1, 2, None])
def test_index(tmpdir, num_workers):
def test_index_and_table(tmpdir, num_workers):
def process_func(signal, sampling_rate):
duration = pd.to_timedelta(signal.shape[-1] / sampling_rate, unit="s")
return audinterface.utils.signal_index(
Expand Down

0 comments on commit f4b391b

Please sign in to comment.