]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Take the condition number into account when evaluating test results.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Nov 2016 18:29:21 +0000 (14:29 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Nov 2016 18:29:21 +0000 (14:29 -0400)
This adds a ``modifier`` parameter to the assert_within_tol() method
used in the SymmetricLinearGame unit tests. The condition number of
the game is always passed in as the modifier, and that lets us allow a
larger tolerance for nasty matrices.


No differences found