Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Tests failed with pandas-1.2.0 #1845

Closed
19 tasks
hekaisheng opened this issue Dec 28, 2020 · 1 comment · Fixed by #1847
Closed
19 tasks

[BUG] Tests failed with pandas-1.2.0 #1845

hekaisheng opened this issue Dec 28, 2020 · 1 comment · Fixed by #1847
Labels
mod: dataframe type: bug Something isn't working
Milestone

Comments

@hekaisheng
Copy link
Contributor

Describe the bug
Some cases failed with pandas 1.2.0 in CI

  • FAILED mars/dataframe/arithmetic/tests/test_arithmetic_execution.py::TestBinary::testChained

  • FAILED mars/dataframe/arithmetic/tests/test_arithmetic_execution.py::TestBinary::testRfunc

  • FAILED mars/dataframe/arithmetic/tests/test_arithmetic_execution.py::TestBinary::testSameIndex

  • FAILED mars/dataframe/arithmetic/tests/test_arithmetic_execution.py::TestBinary::testWithMultiForms

  • FAILED mars/dataframe/arithmetic/tests/test_arithmetic_execution.py::TestBinary::testWithPlainValue

  • FAILED mars/dataframe/base/tests/test_base.py::Test::testCut - AttributeError...

  • FAILED mars/dataframe/base/tests/test_base.py::Test::testTransform - TypeErro...

  • FAILED mars/dataframe/base/tests/test_base_execution.py::Test::testCutExecution

  • FAILED mars/dataframe/base/tests/test_base_execution.py::Test::testTransformExecute

  • FAILED mars/dataframe/base/tests/test_base_execution.py::Test::testTransformWithArrowDtypeExecution

  • FAILED mars/dataframe/datasource/tests/test_datasource_execution.py::Test::testInitializerExecution

  • FAILED mars/dataframe/datasource/tests/test_datasource_execution.py::Test::testReadCSVExecution

  • FAILED mars/dataframe/datasource/tests/test_datasource_execution.py::Test::testReadCSVWithoutIndex

  • FAILED mars/dataframe/indexing/tests/test_indexing_execution.py::Test::testOptimization

  • FAILED mars/dataframe/reduction/tests/test_reduction.py::TestReduction::testDataFrameReduction

  • FAILED mars/dataframe/reduction/tests/test_reduction_execute.py::TestReduction::testDataFrameLevelReduction

  • FAILED mars/dataframe/reduction/tests/test_reduction_execute.py::TestReduction::testDataFrameReduction

  • FAILED mars/dataframe/reduction/tests/test_reduction_execute.py::TestCount::testUseArrowDtypeNUnique

  • FAILED mars/dataframe/tests/test_arrays.py::Test::testArrowStringArrayFunctions

@sighingnow
Copy link
Contributor

FYI: vineyard tracks the issue at v6d-io/v6d#112.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod: dataframe type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants