diff --git a/flee/pflee.py b/flee/pflee.py index f7a410b2..dfefc23f 100644 --- a/flee/pflee.py +++ b/flee/pflee.py @@ -137,7 +137,7 @@ def getBaseEndPointScore(self, link) -> float: Returns: float: The score of the link. """ - return float(self.e.scores[(link.endpoint.id * 4) + 1]) + return float(self.e.scores[(link.endpoint.id * 2) + 1]) class Location(flee.Location):