From 8dfe578daf981e59bdd7df023619b9761c5bda35 Mon Sep 17 00:00:00 2001 From: Manuel Gunther <siebenkopf@googlemail.com> Date: Thu, 26 May 2016 14:35:11 -0600 Subject: [PATCH] Revert "Re-enabled a PLDA test that has been disabled" This reverts commit a203632d3500476edb1373926f4ba85042677382. --- 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 99fc079..39e9077 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 test_plda_EM_vs_Python(): +def notest_plda_EM_vs_Python(): # Data used for performing the tests # Features and subspaces dimensionality -- GitLab