]> gitweb.michael.orlitzky.com - dunshire.git/commit
dunshire/games.py: don't require numpy to run the doctests.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Apr 2020 11:29:37 +0000 (07:29 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Apr 2020 11:29:37 +0000 (07:29 -0400)
commitff9a508f946f02c9c8896ebadccf2a44525a52a9
treec77ce7e58e6c8547ebdb153d3b6490c65255489c
parent7837b7fff14547167fce6d4ba37c0c955f482cf6
dunshire/games.py: don't require numpy to run the doctests.

There was a pointless use of numpy.matrix in a doctest that made numpy
a direct dependency of dunshire. No bueno. That test case was also
throwing a PendingDeprecationWarning, so we kill two birds with one
commit by removing it.
TODO
dunshire/games.py