feat: extend to_layout
options
#1565
Annotations
6 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: /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/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
)
|
|
The logs for this run have expired and are no longer available.
Loading