Skip to content

feat: named axis for ak.Array #2932

feat: named axis for ak.Array

feat: named axis for ak.Array #2932

Triggered via pull request September 13, 2024 19:03
Status Failure
Total duration 14m 39s
Artifacts

test.yml

on: pull_request
Matrix: Run Tests
pass-tests
3s
pass-tests
Fit to window
Zoom out
Zoom in

Annotations

142 errors
Linux-ROOT
Process completed with exit code 2.
Run Tests (3.8, x64, ubuntu-latest, minimal)
Process completed with exit code 2.
Run Tests (pypy3.9, x64, ubuntu-latest, pypy)
Process completed with exit code 2.
Run Tests (ubuntu-latest, 3.8, x64, full)
Process completed with exit code 2.
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (3.11, x64, ubuntu-latest, ml): tests/test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (ubuntu-latest, 3.9, x64, full)
Process completed with exit code 2.
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (ubuntu-latest, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (3.9, x86, windows-latest, full)
Process completed with exit code 1.
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L46
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (3.9, x86, windows-latest, numpy1)
Process completed with exit code 1.
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (ubuntu-latest, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (macos-13, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (macos-13, 3.13, x64, full): tests/test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (macos-13, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (macos-13, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (macos-13, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (macos-13, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (macos-13, 3.13, x64, full): tests/test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (macos-13, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (macos-13, 3.11, x64, full): tests/test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (macos-13, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (macos-13, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (macos-13, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (macos-13, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (macos-13, 3.11, x64, full): tests/test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (windows-latest, 3.11, x64, full): tests\test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (macos-13, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (macos-13, 3.10, x64, full): tests/test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (macos-13, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (macos-13, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L46
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (macos-13, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (macos-13, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (macos-13, 3.10, x64, full): tests/test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (windows-latest, 3.12, x64, full): tests\test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0074_argsort_and_sort.py#L46
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (windows-latest, 3.10, x64, full): tests\test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (macos-13, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (macos-13, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (macos-13, 3.12, x64, full): tests/test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (macos-13, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (macos-13, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (macos-13, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (macos-13, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (macos-13, 3.12, x64, full): tests/test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
Run Tests (windows-latest, 3.9, x64, full)
Process completed with exit code 1.
Run Tests (windows-latest, 3.8, x64, full)
Process completed with exit code 1.
Run Tests (macos-13, 3.9, x64, full)
Process completed with exit code 2.
Run Tests (macos-13, 3.8, x64, full)
Process completed with exit code 2.
Run Tests (windows-latest, 3.13, x64, full): tests\test_0070_argmin_and_argmax.py#L18
test_1d AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [3.3, 2.2, 5.5, 1.1, 4.4] type='5 * float64'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.13, x64, full): tests\test_0070_argmin_and_argmax.py#L39
test_2d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[3.3, 2.2, 5.5, 1.1, 4.4], ..., [...]] type='3 * var * float64'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.13, x64, full): tests\test_0070_argmin_and_argmax.py#L68
test_3d AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[3.3, 2.2, ..., 4.4], ...], ...] type='2 * var * var * flo...'> axis = 0 highlevel = False )
Run Tests (windows-latest, 3.13, x64, full): tests\test_0070_argmin_and_argmax.py#L114
test_jagged AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[2.2, 1.1, 3.3], [], ..., [-4.4, ...]] type='5 * var * float64'> axis = 1 highlevel = False )
Run Tests (windows-latest, 3.13, x64, full): tests\test_0070_argmin_and_argmax.py#L147
test_missing AttributeError: 'ListOffsetArray' object has no attribute 'named_axis' This error occurred while calling ak.argmin( <Array [[[2.2, 1.1, 3.3]], ..., [[...]]] type='4 * var * option[var...'> axis = 2 highlevel = False )
Run Tests (windows-latest, 3.13, x64, full): tests\test_0074_argsort_and_sort.py#L27
test_keep_None_in_place_test AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (windows-latest, 3.13, x64, full): tests\test_0074_argsort_and_sort.py#L48
test_slicing_FIXME AttributeError: 'IndexedOptionArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [[3, 2, 1], [], None, [4, 5]] type='4 * option[var * int64]'> axis = 1 )
Run Tests (windows-latest, 3.13, x64, full): tests\test_0074_argsort_and_sort.py#L55
test_EmptyArray AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (windows-latest, 3.13, x64, full): tests\test_0074_argsort_and_sort.py#L73
test_EmptyArray_type AttributeError: 'EmptyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [] type='0 * unknown'> )
Run Tests (windows-latest, 3.13, x64, full): tests\test_0074_argsort_and_sort.py#L82
test_NumpyArray AttributeError: 'NumpyArray' object has no attribute 'named_axis' This error occurred while calling ak.argsort( <Array [3.3, 2.2, 1.1, 5.5, 4.4] type='5 * float64'> axis = 0 ascending = True stable = False )
pass-tests
Process completed with exit code 1.