From 322afeab5529f867f1e6cb7154c2e88bfd1c85b7 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Fri, 6 Jul 2018 15:57:11 +0200 Subject: [PATCH] [sphinx] Fixed doctests --- doc/guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide.rst b/doc/guide.rst index ed81db8..2ba0ab3 100644 --- a/doc/guide.rst +++ b/doc/guide.rst @@ -300,7 +300,7 @@ prior GMM. >>> >>> # Printing the responsibilities >>> print(gmm_stats_container.n/gmm_stats_container.t) - [ 0.429 0.571] + [0.429 0.571] Inter-Session Variability @@ -576,7 +576,7 @@ The snippet bellow shows how to compute scores using this approximation. ... [adapted_gmm], prior_gmm, [stats], [], ... frame_length_normalisation=True) >>> print(score) - [[ 0.254]] + [[0.254]] Probabilistic Linear Discriminant Analysis (PLDA) -- GitLab