mirror of
https://github.com/furyfire/trueskill.git
synced 2026-07-11 14:23:57 +02:00
Speed up build process
This commit is contained in:
@@ -8,6 +8,6 @@ final class IdentityMatrix extends DiagonalMatrix
|
||||
{
|
||||
public function __construct(int $rows)
|
||||
{
|
||||
parent::__construct(array_fill(0, $rows, 1));
|
||||
parent::__construct(array_fill(0, $rows, (float)1));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user