Skip to content

Commit

Permalink
quater
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lostanlen committed Dec 1, 2018
1 parent 2239dfb commit 208ac18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ def test_process_file():
assert os.path.exists(clips_dir)
clips_list = sorted(os.listdir(clips_dir))
assert len(clips_list) == 3
assert clips_list[0] == 'BirdVox-scaper_example_foreground_01-20.wav'
assert clips_list[1] == 'BirdVox-scaper_example_foreground_02-60.wav'
assert clips_list[2] == 'BirdVox-scaper_example_foreground_03-45.wav'
assert clips_list[0] == 'BirdVox-scaper_example_foreground_02-45.wav'
assert clips_list[1] == 'BirdVox-scaper_example_foreground_05-20.wav'
assert clips_list[2] == 'BirdVox-scaper_example_foreground_06-80.wav'

# export likelihood
tempdir = tempfile.mkdtemp()
Expand Down

0 comments on commit 208ac18

Please sign in to comment.