Skip to content

Commit

Permalink
increase detection threshold for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Jun 13, 2024
1 parent 535a9bf commit be918b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ammico/test/test_faces.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_analyse_faces(get_path, monkeypatch):
for key in mydict.keys():
mydict[key].update(
fc.EmotionDetector(
mydict[key], accept_disclosure="OTHER_VAR"
mydict[key], emotion_threshold=60, accept_disclosure="OTHER_VAR"
).analyse_image()
)

Expand Down

0 comments on commit be918b5

Please sign in to comment.