We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719d01c commit 65978dfCopy full SHA for 65978df
unitTests/classes/src/BaseTestAbstract.php
@@ -32,7 +32,7 @@ protected function assertMatrixValues(Matrix $matrix, $rows, $columns, array $gr
32
self::assertEqualsWithDelta(
33
(float) $expectedValue,
34
(float) $matrixGrid[$row][$column],
35
- 1.0e-12,
+ 1.0e-14,
36
"Invalid result at row {$row} and column {$column}"
37
);
38
}
0 commit comments