]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - TODO
dunshire/games.py: don't require numpy to run the doctests.
[dunshire.git] / TODO
diff --git a/TODO b/TODO
index d0c0bf980f5bc1cc3ffba2dc1f0a1beb30d72147..94690840107c6dd0dd8613fb450b9f4b3121f7aa 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,6 +8,3 @@
 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.
 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.