Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lostanlen committed Dec 3, 2018
1 parent 2e78b20 commit 2a6bcfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ def test_process_file():

# non-existing model
pytest.raises(
BirdVoxDetectError, process_file,
BirdVoxDetectError, process_file, FG_10SEC_PATH,
detector_name="a_birdvoxdetect_model_that_does_not_exist")

# invalid model
pytest.raises(
BirdVoxDetectError, process_file,
BirdVoxDetectError, process_file, FG_10SEC_PATH,
detector_name="birdvoxdetect_empty")

# convolutional neural network
Expand Down

0 comments on commit 2a6bcfe

Please sign in to comment.