Skip to content
Snippets Groups Projects
Commit d51aee8c authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[doc] fix import in plot script

parent 9d708ffe
No related branches found
Tags v2.0.1
1 merge request!46Improvements to the new API and docs
Pipeline #58590 passed
...@@ -8,7 +8,7 @@ from matplotlib.patches import Ellipse ...@@ -8,7 +8,7 @@ from matplotlib.patches import Ellipse
import bob.db.iris import bob.db.iris
from bob.learn.em.mixture import GMMMachine from bob.learn.em import GMMMachine
logger = logging.getLogger("bob.learn.em") logger = logging.getLogger("bob.learn.em")
logger.setLevel("DEBUG") logger.setLevel("DEBUG")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment