mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Pint applied
This commit is contained in:
		@@ -989,7 +989,7 @@ class TrueSkillCalculatorTests
 | 
			
		||||
    private static function assertRating(TestCase $testClass, $expectedMean, $expectedStandardDeviation, $actual)
 | 
			
		||||
    {
 | 
			
		||||
        $testClass->assertEqualsWithDelta($expectedMean, $actual->getMean(), self::ERROR_TOLERANCE_TRUESKILL);
 | 
			
		||||
        $testClass->assertEqualsWithDelta($expectedStandardDeviation, $actual->getStandardDeviation(),self::ERROR_TOLERANCE_TRUESKILL);
 | 
			
		||||
        $testClass->assertEqualsWithDelta($expectedStandardDeviation, $actual->getStandardDeviation(), self::ERROR_TOLERANCE_TRUESKILL);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private static function assertMatchQuality(TestCase $testClass, $expectedMatchQuality, $actualMatchQuality)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user