Skip to content

[DataFrame] Test failure: 'common.ObjectID' object is not iterable #1990

@pcmoritz

Description

@pcmoritz

on the latest master:

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 



values = ObjectID(435232ff90c9c0d5726587639269377a52d02766)

dtype = <class 'object'>



�[1m    def _asarray_tuplesafe(values, dtype=None):�[0m

�[1m        from pandas.core.index import Index�[0m

�[1m    �[0m

�[1m        if not (isinstance(values, (list, tuple)) or hasattr(values, '__array__')):�[0m

�[1m>           values = list(values)�[0m

�[1m�[31mE           TypeError: 'common.ObjectID' object is not iterable�[0m



�[1m�[31m../../../miniconda/lib/python3.6/site-packages/pandas/core/common.py�[0m:379: TypeError

----------------------------- Captured stdout call -----------------------------

ObjectID(435232ff90c9c0d5726587639269377a52d02766)

�[31m�[1m==================== 1 failed, 154 passed in 69.14 seconds =====================�[0m



travis_time:end:00928d83:start=1525316544005281000,finish=1525316615124697000,duration=71119416000
�[0K

�[31;1mThe command "python -m pytest python/ray/dataframe/test/test_dataframe.py" exited with 1.�[0m

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions