-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
bugSomething isn't workingSomething isn't workinginfrastructureInfrastructure-related issuesInfrastructure-related issuestestingIssues related to testingIssues related to testing
Description
I found why #1143 failed on pivot_longer
, encode_categorical
, and _select_column
test cases
The core reason is the version compatibility.
Our current test environment only tests one main pandas version 1.3.x. But the latest pandas version is 1.4.x.
Line 36 in a027753
- pandas=1.3.5 |
There pivot_longer method test cases failed on pandas latest version (1.4.x), but passed on 1.3.x.
Call for helping @samukweku, (I do use less about pivot_longer
accessor, so I can't handle these problems).
- tests/functions/test_pivot_longer.py::test_names_pattern_str
- tests/functions/test_pivot_longer.py::test_names_sep
- tests/functions/test_pivot_longer.py::test_names_transform_numeric
samukweku
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginfrastructureInfrastructure-related issuesInfrastructure-related issuestestingIssues related to testingIssues related to testing