Skip to content
Snippets Groups Projects
Commit 53bce687 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Fix the score and references

parent dfb95775
No related branches found
No related tags found
1 merge request!27Fix: hdf5 v3 not supported
Pipeline #58540 passed
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -28,8 +28,8 @@ import bob.bio.gmm
from bob.bio.base.test import utils
from bob.bio.gmm.algorithm import GMM
from bob.learn.em import GMMMachine
from bob.learn.em import GMMStats
from bob.learn.em.mixture.gmm import GMMMachine
from bob.learn.em.mixture.gmm import GMMStats
logger = logging.getLogger(__name__)
......@@ -155,7 +155,7 @@ def test_score():
)
probe_data = utils.random_array((20, 45), -5.0, 5.0, seed=seed_value)
reference_score = 0.707260
reference_score = 0.601025
numpy.testing.assert_almost_equal(
gmm1.score(biometric_reference, probe), reference_score, decimal=5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment