From 85417802f22aad709ebc63a2c39e27ff16ffb2cd Mon Sep 17 00:00:00 2001
From: bay9355 <mia.le@studium.uni-hamburg.de>
Date: Tue, 28 Feb 2023 18:16:30 +0100
Subject: [PATCH] =?UTF-8?q?seed=5Fvariation=20bedingung=20eingef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 cami_src/cami.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cami_src/cami.py b/cami_src/cami.py
index 76b731c..d3eff95 100755
--- a/cami_src/cami.py
+++ b/cami_src/cami.py
@@ -152,7 +152,7 @@ def main(ppi_network, seeds, tools, tool_weights, consensus, evaluate,
         if consensus:
             cami.reset_ppi_graph()
 
-    if evaluate or (not consensus and not evaluate):
+    if evaluate or (not consensus and not evaluate and not seed_variation):
         cami.make_evaluation()
         if evaluate:
             cami.reset_ppi_graph()
-- 
GitLab