home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 325172935

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
325172935 MDU6SXNzdWUzMjUxNzI5MzU= 2167 0.10.4 fails test suite on Debian: dask.array has no attribute 'einsum' 915118 closed 0     4 2018-05-22T07:33:59Z 2018-05-23T14:27:30Z 2018-05-23T14:27:30Z NONE      

Test failure with dask

Packaging xarray 0.10.4 fails on Debian (where 0.10.3 succeeds).

```python ___ TestDataArrayAndDataset.test_dot ___

args = ('...ab,...b->...a', dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2)>, dask.array<getitem, shape=(6,), dtype=float64, chunksize=(2,)>) kwargs = {} dispatch_args = (dask.array<array, shape=(4, 6), dtype=float64, chunksize=(2, 2)>, dask.array<getitem, shape=(6,), dtype=float64, chunksize=(2,)>)

def f(*args, **kwargs):
    if list_of_args:
        dispatch_args = args[0]
    else:
        dispatch_args = args[array_args]
    if any(isinstance(a, dask_array.Array) for a in dispatch_args):
        try:
          wrapped = getattr(dask_module, name)

E AttributeError: module 'dask.array' has no attribute 'einsum'

xarray/core/duck_array_ops.py:48: AttributeError

```

Problem description

Versions used: python 3.6 xarray 0.10.4 dask 0.16.0

Full build log attached. python-xarray_0.10.4-1_amd64.build.txt

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2167/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 75.11ms · About: xarray-datasette