From a203632d3500476edb1373926f4ba85042677382 Mon Sep 17 00:00:00 2001
From: Manuel Gunther <siebenkopf@googlemail.com>
Date: Thu, 26 May 2016 14:21:12 -0600
Subject: [PATCH] Re-enabled a PLDA test that has been disabled

---
 bob/learn/em/test/test_plda_trainer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/learn/em/test/test_plda_trainer.py b/bob/learn/em/test/test_plda_trainer.py
index 39e9077..99fc079 100644
--- a/bob/learn/em/test/test_plda_trainer.py
+++ b/bob/learn/em/test/test_plda_trainer.py
@@ -317,7 +317,7 @@ class PythonPLDATrainer():
       i += 1
 
 
-def notest_plda_EM_vs_Python():
+def test_plda_EM_vs_Python():
 
   # Data used for performing the tests
   # Features and subspaces dimensionality
-- 
GitLab