]> gitweb.michael.orlitzky.com - dunshire.git/history - test
Use the DEBUG_FLOAT_FORMAT when printing exception details.
[dunshire.git] / test /
2016-11-13 Michael OrlitzkyUse modifier=4 in the orthogonality tests.
2016-11-13 Michael OrlitzkyFix some pylint warnings.
2016-11-09 Michael OrlitzkyReplace _try_solution() with something more reliable...
2016-11-09 Michael OrlitzkyLower MAX_COND down to 125 after witnessing a failure.
2016-11-08 Michael OrlitzkyPut the MAX_COND at 150 for now... until it causes...
2016-11-06 Michael OrlitzkyAdd two small, well-conditioned games that fail solutio...
2016-11-04 Michael OrlitzkyAdd game accessor methods for its L, K, e1, e2, and...
2016-11-03 Michael OrlitzkyTake the condition number into account when evaluating...
2016-11-03 Michael OrlitzkyChange EPSILON to something more conservative in the...
2016-11-03 Michael OrlitzkySet MAX_COND to 100 in the randomgen module to facilita...
2016-11-01 Michael OrlitzkyEnsure that e1,e2 are far enough inside K in random_ort...
2016-11-01 Michael OrlitzkyAdd more doctest examples to the randomgen module.
2016-11-01 Michael OrlitzkyFix typo in last commit.
2016-11-01 Michael OrlitzkyEnable doctest ELLIPSIS in a few modules.
2016-11-01 Michael OrlitzkyEnable docs for the new test modules and clean them up.
2016-11-01 Michael OrlitzkyRename a test that I mistakenly renamed earlier.
2016-11-01 Michael OrlitzkyImprove the two no-clobber tests with deepcopy().
2016-11-01 Michael OrlitzkyClean up and document some of the new test code.
2016-11-01 Michael OrlitzkyAdd a new unit test suite for the dunshire.matrices...
2016-11-01 Michael OrlitzkyEnable and fix doctests for the new randomgen module.
2016-11-01 Michael OrlitzkyFactor out the random test generation code into a new...
2016-11-01 Michael OrlitzkyFix a pylint warning for a top-level variable name...
2016-11-01 Michael OrlitzkyUse a shebang for the main test executable.
2016-11-01 Michael OrlitzkyRemove some debug print() statements and fix a copy...
2016-11-01 Michael OrlitzkyOverhaul the tests to get more predictable behavior.
2016-10-30 Michael OrlitzkyExit with a non-zero code when the test suite fails.
2016-10-26 Michael OrlitzkyClean up a few pylint warnings and make "doc" a phony...
2016-10-26 Michael OrlitzkyAdd setup.py and reorganize everything to make its...
2016-10-26 Michael OrlitzkyRemove a unicode hyphen from a reference.
2016-10-16 Michael OrlitzkyReorganize the test source code and doc building.
2016-10-15 Michael OrlitzkyMove unit test code into its own file (unders test...
2016-10-14 Michael OrlitzkyClean up a bit of the import mess.
2016-10-10 Michael OrlitzkyRename the "symmetric_linear_game" module to "games".
2016-10-10 Michael OrlitzkyLoad unit tests from symmetric_linear_game in the test...
2016-10-06 Michael OrlitzkyEnable doctests in errors.py.
2016-10-06 Michael OrlitzkyReorganize the source under src/dunshire.
2016-10-05 Michael OrlitzkyAdd a most basic test suite runner (for doctests only...