Skip to content

xarray test failure related to dask.array argmax on Python 2.6 #1046

@shoyer

Description

@shoyer

This recently turned up as a failure on our master branch (xref pydata/xarray#794):
https://travis-ci.org/pydata/xarray/jobs/115522509

We get the error TypeError: type object argument after * must be a sequence, not generator from this line in dask.array:

offsets = list(product(*(accumulate(operator.add, bd[:-1], 0)

I'm not sure why the dask test suite didn't pick this up, since you do appear to run tests against Python 2.6. The source appears to be @jcrist's PR #1024.

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