From dd63af7e3d3ec6b0f5ae78932c5e67df6b4fb29c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 19 Apr 2020 17:40:44 -0400 Subject: [PATCH] TODO: try to avoid a dependency on numpy in the test suite. --- TODO | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.43.2