Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Use a more reasonable upper bound for MatchPoint spread.
Browse files Browse the repository at this point in the history
  • Loading branch information
krishicks committed Dec 4, 2011
1 parent a8e7039 commit fae0217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/match_point.rb
Expand Up @@ -10,7 +10,7 @@ class MatchPoint
(163..187) => { expected: 2, upset: 35 },
(188..212) => { expected: 1, upset: 40 },
(213..237) => { expected: 1, upset: 45 },
(238..1000000) => { expected: 0, upset: 50 }
(238..1500) => { expected: 0, upset: 50 }
}

class << self
Expand Down

0 comments on commit fae0217

Please sign in to comment.