feat: extend to_layout
options
#1565
Annotations
10 errors
|
tests/test_0115_generic_reducer_operation.py#L2168
test_nonreducers
AssertionError: assert [{'intercept': 0.07999999999999773, 'slope': 0.99, 'intercept_error': 0.7416198487095663, 'slope_error': 0.22360679774997896}] == approx({'intercept': 0.07999999999999773 ± 8.0e-08, 'slope': 0.99 ± 9.9e-07, 'intercept_error': 0.7416198487095663 ± 7.4e-07, 'slope_error': 0.22360679774997896 ± 2.2e-07})
(pytest_assertion plugin: representation of details failed: /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_pytest/python_api.py:266: AttributeError: 'list' object has no attribute 'values'.
Probably an object has a faulty __repr__.)
|
tests/test_0173_astype_operation.py#L92
test_ufunc_afterward
assert [2.100000023841858, 4.299999952316284] == [2.0999999046325684, 4.300000190734863]
At index 0 diff: 2.100000023841858 != 2.0999999046325684
Full diff:
- [2.0999999046325684, 4.300000190734863]
+ [2.100000023841858, 4.299999952316284]
|
tests/test_0184_concatenate_operation.py#L16
test_concatenate_number
ValueError: at least one array is not deep enough to concatenate at axis=1
This error occurred while calling
ak.concatenate(
[<ListOffsetArray len='3'>
<offsets><Index dtype='int64' len='4'>...
axis = 1
)
|
tests/test_0184_concatenate_operation.py#L508
test_even_more
ValueError: at least one array is not deep enough to concatenate at axis=1
This error occurred while calling
ak.concatenate(
[<ListOffsetArray len='5'>
<offsets><Index dtype='int64' len='6'>...
axis = 1
)
|
tests/test_0504_block_ufuncs_for_strings.py#L43
test
ValueError: cannot broadcast: <class 'awkward.contents.listoffsetarray.ListOffsetArray'>, <class 'awkward.contents.numpyarray.NumpyArray'> in add
This error occurred while calling
numpy.add.__call__(
<Array ['HAL'] type='1 * string'>
1
)
|
tests/test_0758_ak_zip_scallars.py#L12
test
AssertionError: assert False
+ where False = isinstance(<Array [{x: 1, y: 0, z: 0}] type='1 * {x: int64, y: int64, z: int64}'>, <class 'awkward.highlevel.Record'>)
+ where <Array [{x: 1, y: 0, z: 0}] type='1 * {x: int64, y: int64, z: int64}'> = <function zip at 0x11d086ca0>({'x': 1, 'y': 0, 'z': 0})
+ where <function zip at 0x11d086ca0> = <module 'awkward.operations' from '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awkward/operations/__init__.py'>.zip
+ where <module 'awkward.operations' from '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awkward/operations/__init__.py'> = ak.operations
+ and <class 'awkward.highlevel.Record'> = <module 'awkward.highlevel' from '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awkward/highlevel.py'>.Record
+ where <module 'awkward.highlevel' from '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awkward/highlevel.py'> = ak.highlevel
|
tests/test_0879_non_primitive_with_field.py#L11
test_unknown_type
TypeError: Encountered unknown type NoneType, and `pass_through_unknown` is `False`
This error occurred while calling
ak.with_field(
array = <Array [{x: 0}, {...}, ..., {x: 9}] type='10 * {x: int64}'>
what = None
where = 'unknown field1'
)
|
tests/test_0879_non_primitive_with_field.py#L24
test_in_place_wrapper_broadcasting
TypeError: Encountered unknown type NoneType, and `pass_through_unknown` is `False`
This error occurred while calling
ak.Array.__setitem__(
<Array [{x: 0}, {x: 1}, {x: 2}] type='3 * {x: int64}'>
where = 'unknown field'
what = None
)
|
|
The logs for this run have expired and are no longer available.
Loading