Skip to content

Commit

Permalink
Test different reliability levels
Browse files Browse the repository at this point in the history
  • Loading branch information
vposloncec committed Feb 21, 2024
1 parent 5885a29 commit 22d46b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/reliability.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ const (
)

var categories = map[ReliabilityLevel]float64{
Super: 0.95,
Super: 0.98,
Reliable: 0.85,
Common: 0.80,
Occasional: 0.65,
Common: 0.75,
Occasional: 0.60,
Erratic: 0.40,
}

Expand Down

0 comments on commit 22d46b6

Please sign in to comment.