From cce8ebd4c6b99715c304c6cf24943a3b5701ced3 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 23 Feb 2022 20:01:15 +0000
Subject: [PATCH] Prevent the regeneration of references in tests

---
 bob/bio/gmm/test/test_gmm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/gmm/test/test_gmm.py b/bob/bio/gmm/test/test_gmm.py
index a4dfc60..ea7b6a4 100644
--- a/bob/bio/gmm/test/test_gmm.py
+++ b/bob/bio/gmm/test/test_gmm.py
@@ -33,7 +33,7 @@ from bob.learn.em.mixture.gmm import GMMStats
 
 logger = logging.getLogger(__name__)
 
-regenerate_refs = True
+regenerate_refs = False
 
 seed_value = 5489
 
-- 
GitLab