Skip to content

Commit

Permalink
assert confidence.shape == (199,)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lostanlen committed Jul 2, 2019
1 parent fad4414 commit b1f1fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_process_file():
tempdir, 'BirdVox-scaper_example_foreground_confidence.hdf5')
with h5py.File(confidence_path, "r") as f:
confidence = f["confidence"].value
assert confidence.shape == (200,)
assert confidence.shape == (199,)
shutil.rmtree(tempdir)

# suffix
Expand Down

0 comments on commit b1f1fd0

Please sign in to comment.