You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TST: allow assert_almost_equal to handle pandas instances
Closespandas-dev#11584. Because many existing tests expects
``assert_almost_equal`` to compare ``pandas`` instances, it looks
better to call appropriate test functions rather than raise. I've
also fixed some failure cases caused by the change (comparing
``Series`` and ``list``, etc).
Author: sinhrks <[email protected]>
Closespandas-dev#12247 from sinhrks/assert_almost and squashes the following commits:
dbf4cc6 [sinhrks] TST: allow assert_almost_equal to handle pandas instances
0 commit comments