diff --git a/autoemulate/compare.py b/autoemulate/compare.py index 728d9291..7307ef03 100644 --- a/autoemulate/compare.py +++ b/autoemulate/compare.py @@ -108,7 +108,6 @@ def setup( self.X, test_size=self.test_set_size, random_state=42 ) self.model_names = self.model_registry.get_model_names(models, is_core=True) - print(self.model_registry.get_model_names(models)) self.models = _process_models( model_registry=self.model_registry, model_names=list(self.model_names.keys()),