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
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.
The text was updated successfully, but these errors were encountered:
With
pandas
1.1.0,pd.testing.assert_frame_equal(..., check_exact=True)
unexpectedly raises anAssertionError
, which causes several tests to fail. See pandas-dev/pandas#35446Therefore, update
snps
to not usepandas
1.1.0.The text was updated successfully, but these errors were encountered: