feat: add .attrs
to highlevel objects
#1661
Annotations
6 errors
tests/test_1565_axis_wrap_if_negative_record.py#L28
test_axis_wrap_if_negative_record_v2
TypeError: ak.Record objects are not allowed in this function
This error occurred while calling
ak.to_regular(
<Record {cell1: [...], cell2: [{...}], ...} type='{cell1: 2 * {locu...'>
0
)
|
tests/test_2616_use_pyarrow_for_strings.py#L1288
test_join_element_wise
ValueError: ('could not find backend for', (<generator object _impl.<locals>.<genexpr> at 0x7fc9f1979000>,))
This error occurred while calling
ak.str.join_element_wise(
<Array [['one', 'two', 'three'], ..., [...]] type='3 * var * string'>
<Array [['111', '222', '333'], [], [...]] type='3 * var * string'>
<Array ['→', '↑', '←'] type='3 * string'>
)
|
tests/test_2757_attrs_metadata.py#L27
test_serialise_with_transient_attrs
AssertionError: assert {} == {'foo': '!SOME'}
Right contains 1 more item:
{'foo': '!SOME'}
Full diff:
- {'foo': '!SOME'}
+ {}
|
tests/test_2757_attrs_metadata.py#L33
test_serialise_with_nonserialisable_attrs
Failed: DID NOT RAISE <class 'AttributeError'>
|
tests/test_2757_attrs_metadata.py#L203
test_string_operations_binary[join_element_wise]
ValueError: ('could not find backend for', (<generator object _impl.<locals>.<genexpr> at 0x7fc9ea78f3e0>,))
This error occurred while calling
ak.str.join_element_wise(
[['hello', 'world!'], [], ["it's a beautiful day!"]]
['hello']
highlevel = True
)
|
|
The logs for this run have expired and are no longer available.
Loading