feat: add .attrs
to highlevel objects
#1665
Annotations
10 errors
tests\test_0493_zeros_ones_full_like.py#L38
test
TypeError: Encountered unknown type object, and `allow_unknown` is `False`
This error occurred while calling
ak.zeros_like(
<Array [[{x: 0, y: []}, ..., {...}], ...] type='3 * var * union[{x:...'>
)
|
tests\test_1415_behaviour_forwarding.py#L235
test_behavior_forwarding_structure[None]
TypeError: Encountered unknown type object, and `allow_unknown` is `False`
This error occurred while calling
ak.zeros_like(
<Array [[0, 1.1, 2.2, None], ..., [3.3, ...]] type='3 * var * ?float64'>
behavior = None
)
|
tests\test_1415_behaviour_forwarding.py#L235
test_behavior_forwarding_structure[operation_behavior1]
TypeError: Encountered unknown type object, and `allow_unknown` is `False`
This error occurred while calling
ak.zeros_like(
<Array [[0, 1.1, 2.2, None], ..., [3.3, ...]] type='3 * var * ?float64'>
behavior = {'other-type': <class 'awkward.highlevel.Record'>}
)
|
tests\test_1504_typetracer_like.py#L28
test_zeros_like[None-float64]
TypeError: Encountered unknown type object, and `allow_unknown` is `False`
This error occurred while calling
ak.zeros_like(
<Array-typetracer [...] type='5 * float64'>
dtype = None
highlevel = False
)
|
tests\test_1504_typetracer_like.py#L28
test_zeros_like[None-int64]
TypeError: Encountered unknown type object, and `allow_unknown` is `False`
This error occurred while calling
ak.zeros_like(
<Array-typetracer [...] type='5 * int64'>
dtype = None
highlevel = False
)
|
tests\test_1504_typetracer_like.py#L28
test_zeros_like[None-uint8]
TypeError: Encountered unknown type object, and `allow_unknown` is `False`
This error occurred while calling
ak.zeros_like(
<Array-typetracer [...] type='5 * uint8'>
dtype = None
highlevel = False
)
|
tests\test_1504_typetracer_like.py#L28
test_zeros_like[None-None]
TypeError: Encountered unknown type object, and `allow_unknown` is `False`
This error occurred while calling
ak.zeros_like(
<Array-typetracer [...] type='5 * int32'>
dtype = None
highlevel = False
)
|
tests\test_1504_typetracer_like.py#L40
test_full_like[18446744073709551615-float64-float64]
RuntimeError: Unable to cast Python instance of type <class 'int'> to C++ type '?' (#define PYBIND11_DETAILED_ERROR_MESSAGES or compile in debug mode for details)
This error occurred while calling
ak.full_like(
<Array-typetracer [...] type='5 * float64'>
18446744073709551615
dtype = type-instance
highlevel = False
)
|
tests\test_1504_typetracer_like.py#L40
test_full_like[18446744073709551615-float64-int64]
RuntimeError: Unable to cast Python instance of type <class 'int'> to C++ type '?' (#define PYBIND11_DETAILED_ERROR_MESSAGES or compile in debug mode for details)
This error occurred while calling
ak.full_like(
<Array-typetracer [...] type='5 * int64'>
18446744073709551615
dtype = type-instance
highlevel = False
)
|
tests\test_1504_typetracer_like.py#L40
test_full_like[18446744073709551615-float64-uint8]
RuntimeError: Unable to cast Python instance of type <class 'int'> to C++ type '?' (#define PYBIND11_DETAILED_ERROR_MESSAGES or compile in debug mode for details)
This error occurred while calling
ak.full_like(
<Array-typetracer [...] type='5 * uint8'>
18446744073709551615
dtype = type-instance
highlevel = False
)
|
The logs for this run have expired and are no longer available.
Loading