Usage of `check_exact` raises `AssertionError`
Closed this issue · 0 comments
apriha commented
With pandas
1.1.0, pd.testing.assert_frame_equal(..., check_exact=True)
unexpectedly raises an AssertionError
, which causes several tests to fail. See pandas-dev/pandas#35446
Therefore, update snps
to not use pandas
1.1.0.