Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoffel committed Oct 15, 2024
1 parent 90b8183 commit c4c1a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoemulate/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit c4c1a09

Please sign in to comment.