Skip to content

Commit

Permalink
Explicitly define baseline using zero color advantage
Browse files Browse the repository at this point in the history
  • Loading branch information
ddugovic committed Dec 1, 2024
1 parent 38c598e commit 1b89080
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class GlickoCalculatorWithColorAdvantageTest extends ScalaCheckSuite with chess.
val V: Double = 0.06d

val calc = GlickoCalculator(
ratingPeriodsPerDay = RatingPeriodsPerDay(0.21436d)
ratingPeriodsPerDay = RatingPeriodsPerDay(0.21436d),
colorAdvantage = ColorAdvantage.zero
)

val calcWithAdvantage = GlickoCalculator(
Expand Down

0 comments on commit 1b89080

Please sign in to comment.