Skip to content
Snippets Groups Projects
Commit 09925071 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Merge branch 'develop' into private_algos

parents 0cffd73a 076991f4
No related branches found
No related tags found
No related merge requests found
Pipeline #4321 failed
......@@ -9,7 +9,7 @@ class BaseFusionClassifier():
def init_monoview_estimator(self, classifier_name, classifier_config,
classifier_index=None, multiclass=False):
if classifier_index is not None:
if classifier_config is not None:
if classifier_config is not None and classifier_name in classifier_config:
classifier_configs = classifier_config[classifier_name]
else:
classifier_configs = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment