chore: run mypy in CI #1676
Annotations
10 errors
tests/test_0070_argmin_and_argmax.py#L38
test_2d
AttributeError: type object 'numpy.int64' has no attribute 'type'
This error occurred while calling
ak.argmin(
<Array-typetracer [...] type='3 * var * float64'>
axis = 0
highlevel = False
)
|
tests/test_0070_argmin_and_argmax.py#L75
test_3d
AttributeError: type object 'numpy.int64' has no attribute 'type'
This error occurred while calling
ak.argmin(
<Array-typetracer [...] type='2 * var * var * float64'>
axis = 1
highlevel = False
)
|
tests/test_0070_argmin_and_argmax.py#L113
test_jagged
AttributeError: type object 'numpy.int64' has no attribute 'type'
This error occurred while calling
ak.argmin(
<Array-typetracer [...] type='5 * var * float64'>
axis = 1
highlevel = False
)
|
tests/test_0070_argmin_and_argmax.py#L151
test_missing
AttributeError: type object 'numpy.int64' has no attribute 'type'
This error occurred while calling
ak.argmin(
<Array-typetracer [...] type='4 * var * option[var * float64]'>
axis = 2
highlevel = False
)
|
tests/test_0086_nep13_ufunc.py#L32
test_emptyarray
AttributeError: type object 'numpy.float64' has no attribute 'kind'
This error occurred while calling
numpy.add.__call__(
<Array-typetracer [...] type='0 * unknown'>
<Array-typetracer [...] type='0 * unknown'>
)
|
tests/test_0111_jagged_and_masked_getitem.py#L137
test_array_slice
AttributeError: type object 'numpy.int64' has no attribute 'kind'
|
tests/test_0111_jagged_and_masked_getitem.py#L493
test_bool_missing
AttributeError: type object 'numpy.int64' has no attribute 'kind'
|
tests/test_0111_jagged_and_masked_getitem.py#L814
test_emptyarray
AttributeError: type object 'numpy.int64' has no attribute 'kind'
|
tests/test_0111_jagged_and_masked_getitem.py#L1185
test_jagged_mask
AttributeError: type object 'numpy.int64' has no attribute 'kind'
|
tests/test_0111_jagged_and_masked_getitem.py#L1249
test_jagged_missing_mask
AttributeError: type object 'numpy.int64' has no attribute 'kind'
|
The logs for this run have expired and are no longer available.
Loading