Skip to content
Snippets Groups Projects
Commit c8e7de49 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Simplify buildout using our new extension

parent 546ad194
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
[buildout]
parts = scripts
eggs = xbob.core
eggs = xbob.measure
extensions = xbob.buildout
mr.developer
auto-checkout = *
......
......@@ -24,7 +24,7 @@ def min_cllr(negatives, positives):
"""Computes the 'minimum cost of log likelihood ratio' measure as given in the bosaris toolkit"""
from xbob.math import pavx
# first, sort both scores
neg = sorted(negatives)
pos = sorted(positives)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment