Skip to content

Commit

Permalink
Add support for numpy arrays (and dicts) to approx.
Browse files Browse the repository at this point in the history
This fixes pytest-dev#1994.  It turned out to require a lot of refactoring because
subclassing numpy.ndarray was necessary to coerce python into calling
the right `__eq__` operator.
  • Loading branch information
kalekundert committed Jun 12, 2017
1 parent 467c526 commit 9f3122f
Show file tree
Hide file tree
Showing 2 changed files with 400 additions and 163 deletions.
Loading

0 comments on commit 9f3122f

Please sign in to comment.