-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
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:
Line 509 in 0771dba
| 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
Labels
No labels