Skip to content

CI Failing - Linux py37_np_dev - test_constructor_list_frames #26546

Closed
@simonjayhawkins

Description

@simonjayhawkins

appeared on latest push to master, and recently updated PRs.

=================================== FAILURES ===================================
____________ TestDataFrameConstructors.test_constructor_list_frames ____________
[gw1] linux -- Python 3.7.3 /home/vsts/miniconda3/envs/pandas-dev/bin/python

self = <pandas.tests.frame.test_constructors.TestDataFrameConstructors object at 0x7fd3adeb3278>

    def test_constructor_list_frames(self):
        # see gh-3243
        result = DataFrame([DataFrame()])
>       assert result.shape == (1, 0)
E       assert (1, 1) == (1, 0)
E         At index 1 diff: 1 != 0
E         Use -v to get the full diff

pandas/tests/frame/test_constructors.py:119: AssertionError

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous IntegrationRegressionFunctionality that used to work in a prior pandas version

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions