diff --git a/bob/learn/em/test/test_plda.py b/bob/learn/em/test/test_plda.py index 6ea34cc64aff12181ad00dc3d38f2c3ed072727f..b51a5989e44eee349b084ee8fecf7a87f0a19b4e 100644 --- a/bob/learn/em/test/test_plda.py +++ b/bob/learn/em/test/test_plda.py @@ -481,7 +481,6 @@ def test_plda_machine_log_likelihood_Python(): assert abs(m.compute_log_likelihood(ar_s, False) - compute_log_likelihood(ar_s, mu, C_F, C_G, sigma)) < 1e-10 ar_p2d = numpy.reshape(ar_p, (1,C_dim_d)) - print ar_p.shape a = m.compute_log_likelihood(ar_p, False) assert abs(m.compute_log_likelihood(ar_p, False) - compute_log_likelihood(ar_p2d, mu, C_F, C_G, sigma)) < 1e-10