Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen authored Oct 18, 2024
1 parent 2aacce8 commit 8cb7a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flee/pflee.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8cb7a59

Please sign in to comment.