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
Code we can use to reproduce: python -m pytest --simulate-cloud=normal modin/pandas/test/test_io.py::TestCsv
Describe the problem
We use assert_frame_equal from pandas to check equality of dataframes. It seems that pandas doesn't support changes in numpy classes from 1.20 release.