]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
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)
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.


No differences found