From 5d909e712e19f30a38b6198dfcfda03c38395d92 Mon Sep 17 00:00:00 2001 From: Spyros Date: Thu, 27 Jun 2024 10:37:09 +0100 Subject: [PATCH] fix error where standards would get preloaded twice --- application/utils/gap_analysis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/application/utils/gap_analysis.py b/application/utils/gap_analysis.py index e41aba3a..93f3cc0e 100644 --- a/application/utils/gap_analysis.py +++ b/application/utils/gap_analysis.py @@ -133,7 +133,6 @@ def calculate_a_to_b(sa: str, sb: str) -> bool: if sa == sb: continue waiting.append(f"{sa}->{sb}") - waiting.append(f"{sb}->{sa}") while len(waiting): for sa in standards: for sb in standards: