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
After fixing failed tests mentioned #337, still have other tests failed:
FAILED tests/system/small/test_dataframe.py::test_dataframe_bool_aggregates[all_axis0] - AssertionError: Series.index are different
FAILED tests/system/small/test_dataframe.py::test_dataframe_bool_aggregates[any_axis0] - AssertionError: Series.index are different
FAILED tests/system/small/test_dataframe.py::test_df_pivot[values2-int64_too-columns2] - AssertionError: DataFrame.iloc[:, 0] (column name="('int64_col', <NA>)") are different
FAILED tests/system/small/test_groupby.py::test_dataframe_groupby_analytic[cumprod] - AssertionError: DataFrame.iloc[:, 1] (column name="int64_col") are different
FAILED tests/system/small/test_dataframe.py::test_to_pandas_downsampling_option_override - assert 1.3427486419677734 == 1 ± 3.0e-01
FAILED tests/system/small/test_series.py::test_series_add_prefix - AssertionError: Series.index are different
FAILED tests/system/small/test_series.py::test_series_add_suffix - AssertionError: Series.index are different
FAILED tests/system/small/test_series.py::test_groupby_window_ops[cumprod] - AssertionError: Series are different
FAILED tests/system/small/test_series.py::test_string_astype_int - AssertionError: Series.index are different
After fixing failed tests mentioned #337, still have other tests failed:
@tswast mentioned, the distinction of RangeIndex vs Int64Index issue could be unblock by setting
check_index_type=False
: https://pandas.pydata.org/docs/reference/api/pandas.testing.assert_series_equal.html#pandas.testing.assert_series_equalBut the iloc errors may be real issues. The callstack is shown as below:
The text was updated successfully, but these errors were encountered: