feat: add .attrs
to highlevel objects
#1658
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: pull_request
Matrix: Linux-ROOT-dask-awkward
Matrix: Linux
Matrix: MacOS
Matrix: Windows
Annotations
11 errors
Linux (3.8, numpy, pyarrow==7.0.0):
tests/test_2757_attrs_metadata.py#L162
test_string_operations_unary_with_arg[slice-1]
pyarrow.lib.ArrowInvalid: Negative buffer resize: -24
This error occurred while calling
ak.str.slice(
[['hello', 'world!'], [], ["it's a beautiful day!"]]
1
highlevel = True
)
|
Linux (3.8, numpy, pyarrow==7.0.0)
Process completed with exit code 1.
|
Linux (3.10, numpy, pyarrow)
The job was canceled because "_3_8_numpy_pyarrow__7_0_0" failed.
|
Linux (3.10, numpy, pyarrow)
The operation was canceled.
|
Linux (3.11, numpy, pyarrow)
The job was canceled because "_3_8_numpy_pyarrow__7_0_0" failed.
|
Linux (3.9, numpy, pyarrow)
The job was canceled because "_3_8_numpy_pyarrow__7_0_0" failed.
|
Linux (3.11, numpy, pyarrow)
The operation was canceled.
|
Linux (3.9, numpy, pyarrow)
The operation was canceled.
|
Linux-ROOT-dask-awkward (3.8):
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'}
+ {}
|
Linux-ROOT-dask-awkward (3.8):
tests/test_2757_attrs_metadata.py#L33
test_serialise_with_nonserialisable_attrs
Failed: DID NOT RAISE <class 'AttributeError'>
|
Linux-ROOT-dask-awkward (3.8)
Process completed with exit code 1.
|