From: Michael Orlitzky Date: Sun, 19 Apr 2020 21:40:44 +0000 (-0400) Subject: TODO: try to avoid a dependency on numpy in the test suite. X-Git-Tag: 0.1.2~16 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=dd63af7e3d3ec6b0f5ae78932c5e67df6b4fb29c TODO: try to avoid a dependency on numpy in the test suite. --- diff --git a/TODO b/TODO index 9469084..d0c0bf9 100644 --- a/TODO +++ b/TODO @@ -8,3 +8,6 @@ 4. Add random_game() and use it to replace all of the tests where the cone is irrelevant. This should be done only after we are feature complete and sure that everything works. + +5. Remove the one use of numpy.matrix in a doctest, since that's + an annoying dependency to have just to run the test suite.