From f79a97b43054ab7880da8354eead151cd94dc271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20L=C3=BCrig?= Date: Mon, 8 Jul 2024 19:47:39 -0400 Subject: [PATCH] Update model_explorer.py --- bioencoder/scripts/model_explorer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bioencoder/scripts/model_explorer.py b/bioencoder/scripts/model_explorer.py index 5067701..b8980c1 100644 --- a/bioencoder/scripts/model_explorer.py +++ b/bioencoder/scripts/model_explorer.py @@ -152,5 +152,3 @@ def model_explorer( model_explorer_cli = utils.restore_config(model_explorer) model_explorer_cli(args.config_path) - - print("BIER")