Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for numpy arrays (and dicts) to approx.
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