]> gitweb.michael.orlitzky.com - dunshire.git/commit
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)
commit96a9491fcc4c7df4c73f9617f2185586b0226b78
treee2308b362962cb0911cee8981dd03bdf735620e1
parentaea70b13ddca62b0f6294083fd8130495d9a331e
Take the condition number into account when evaluating test results.

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.
test/symmetric_linear_game_test.py