Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Fix test to actually check numerics
No clue why it was ever deemed a good idea to use string representation of a value to check this (maybe no numpy dependence at the time?), but it's breaking on Python 3.7. Move to a proper test with assert_almost_equal.
- Loading branch information