Reinforce alignment checks when join='exact'
#11403
Annotations
10 errors
Run tests:
xarray/tests/test_accessor_str.py#L155
test_contains_broadcast[str]
ValueError: cannot align objects with join='strict' because given objects do not share the same dimension names ([('X',), ('Y',)]); try using join='exact' if you only care about equal indexes
|
Run tests:
xarray/tests/test_accessor_str.py#L155
test_contains_broadcast[bytes]
ValueError: cannot align objects with join='strict' because given objects do not share the same dimension names ([('X',), ('Y',)]); try using join='exact' if you only care about equal indexes
|
Run tests:
xarray/tests/test_accessor_str.py#L234
test_starts_ends_with_broadcast[str]
ValueError: cannot align objects with join='strict' because given objects do not share the same dimension names ([('X',), ('Y',)]); try using join='exact' if you only care about equal indexes
|
Run tests:
xarray/tests/test_accessor_str.py#L234
test_starts_ends_with_broadcast[bytes]
ValueError: cannot align objects with join='strict' because given objects do not share the same dimension names ([('X',), ('Y',)]); try using join='exact' if you only care about equal indexes
|
Run tests:
xarray/tests/test_accessor_str.py#L346
test_replace[str]
ValueError: cannot align objects with join='strict' because given objects do not share the same dimension names ([('x',), ('y',)]); try using join='exact' if you only care about equal indexes
|
Run tests:
xarray/tests/test_accessor_str.py#L346
test_replace[bytes]
ValueError: cannot align objects with join='strict' because given objects do not share the same dimension names ([('x',), ('y',)]); try using join='exact' if you only care about equal indexes
|
Run tests:
xarray/tests/test_dataset.py#L2374
TestDataset.test_align_exact
AttributeError: 'NoneType' object has no attribute 'create_variables'
|
Run tests:
xarray/tests/test_accessor_str.py#L417
test_replace_callable
ValueError: cannot align objects with join='strict' because given objects do not share the same dimension names ([('x',), ('Y',)]); try using join='exact' if you only care about equal indexes
|
Run tests:
xarray/tests/test_accessor_str.py#L442
test_replace_unicode
ValueError: cannot align objects with join='strict' because given objects do not share the same dimension names ([('X',), ('Y',), ('Y',)]); try using join='exact' if you only care about equal indexes
|
Run tests:
xarray/tests/test_combine.py#L396
TestNestedCombine.test_combine_nested_join_exact
AttributeError: 'NoneType' object has no attribute 'create_variables'
|
The logs for this run have expired and are no longer available.
Loading