From d51aee8c3a7b268c57c52441df8cb8abdd842ce4 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 24 Feb 2022 17:53:57 +0100 Subject: [PATCH] [doc] fix import in plot script --- doc/plot/plot_ML.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plot/plot_ML.py b/doc/plot/plot_ML.py index bd61a53..4717249 100644 --- a/doc/plot/plot_ML.py +++ b/doc/plot/plot_ML.py @@ -8,7 +8,7 @@ from matplotlib.patches import Ellipse import bob.db.iris -from bob.learn.em.mixture import GMMMachine +from bob.learn.em import GMMMachine logger = logging.getLogger("bob.learn.em") logger.setLevel("DEBUG") -- GitLab