Skip to content
Snippets Groups Projects
Commit 5bbc20e1 authored by André MAYORAZ's avatar André MAYORAZ
Browse files

[log] changed logger call name

parent 01f8ef04
No related branches found
No related tags found
1 merge request!17Resolve "Switch to new CI/CD configuration"
......@@ -10,7 +10,7 @@ from bob.learn.em import GMMMachine
from .AlgorithmBob import AlgorithmBob
logger = logging.getLogger("bob.fusion.base")
logger = logging.getLogger(__name__)
class GMM(AlgorithmBob):
......
......@@ -11,7 +11,7 @@ from sklearn.preprocessing import StandardScaler
import bob.fusion.base
logger = logging.getLogger("bob.fusion.base")
logger = logging.getLogger(__name__)
NEG = array(
......
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