Skip to content
Snippets Groups Projects

Improvements to the new API and docs

Merged Amir MOHAMMADI requested to merge api-fixes into master
+ 1
1
@@ -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")
Loading