Skip to content

Commit

Permalink
question was answered, negative
Browse files Browse the repository at this point in the history
"No, if the radio covers a boosted hex, then the location trust score is
calculated using the more restrictive distance_to_asserted rule." - bbalser
  • Loading branch information
michaeldjeffrey committed Jun 6, 2024
1 parent f94def7 commit 4601b74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions coverage_point_calculator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ impl RewardableRadio {
radio_threshold: RadioThreshold,
ranked_coverage: Vec<RankedCoverage>,
) -> Result<Self> {
// QUESTION: we need to know about boosted hexes to determine location multiplier.
// The location multiplier is then used to determine if they are eligible for boosted hexes.
// In the case where they cannot use boosted hexes, should the location mulitiplier be restored?

let location_trust_scores =
LocationTrustScores::new(radio_type, location_trust_scores, &ranked_coverage);

Expand Down

0 comments on commit 4601b74

Please sign in to comment.