-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Python 3.10 Test Summary
dask/dataframe/tests/test_groupby.py::test_groupby_dropna_with_agg[disk]: AssertionError: MultiIndex level [0] are different
MultiIndex level [0] values are different (66.66667 %)
[left]: Index(['a', 'b', nan], dtype='object', name='id1')
[right]: Index(['a', nan, 'b'], dtype='object', name='id1')
At positional index 1, first diff: b != nan
dask/dataframe/tests/test_groupby.py::test_groupby_dropna_with_agg[tasks]: AssertionError: MultiIndex level [0] are different
MultiIndex level [0] values are different (66.66667 %)
[left]: Index(['a', 'b', nan], dtype='object', name='id1')
[right]: Index(['a', nan, 'b'], dtype='object', name='id1')
At positional index 1, first diff: b != nan