Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Mar 22, 2024
1 parent c09df46 commit 1542504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastpath/fastpath/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ def score_signal(msm: dict) -> dict:
# https://github.com/ooni/probe/issues/2627
scores["accuracy"] = 0.0
return scores

if parse_version(tv) < parse_version("0.2.2"):
start_time = msm.get("measurement_start_time")
if start_time is None:
Expand Down

0 comments on commit 1542504

Please sign in to comment.