We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75dbd87 commit f96d1d5Copy full SHA for f96d1d5
1 file changed
fastpath/fastpath/core.py
@@ -1435,7 +1435,7 @@ def score_riseupvpn(msm: dict) -> dict:
1435
# originally: https://github.com/ooni/backend/issues/541
1436
# since 2023-10-17: https://github.com/ooni/backend/issues/745
1437
scores = init_scores()
1438
- scores["blocking_general"] = 1.0
+ scores["accuracy"] = 0.0
1439
scores["extra"] = dict(test_runtime=msm.get("test_runtime"))
1440
return scores
1441
0 commit comments