fix: debugging slicing on gpu #16
Triggered via pull request
September 17, 2024 15:36
Status
Failure
Total duration
32m 51s
Artifacts
–
Annotations
229 errors
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
tests/test_2373_unzip_touching.py#L128
test
AssertionError: assert {'muon_list!', 'muon_crossref_index!', 'jet_list!', 'jet_crossref_index!'} == {'muon_list!', 'jet_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
tests/test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'muon_list!', 'muon_eta!', 'muon_phi!', 'muon_crossref_index!', 'jet_list!', 'jet_eta!', 'jet_phi!', 'jet_crossref_index!'} == {'muon_list!', 'jet_list!', 'muon_eta!', 'jet_eta!', 'muon_phi!', 'jet_phi!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
tests/test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
tests/test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
tests/test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
tests/test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
tests/test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
tests/test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy)
Process completed with exit code 1.
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_0835_datetime_type.py#L61
test_time_delta
TypeError: int() argument must be a string, a bytes-like object or a number, not 'datetime.timedelta'
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_0835_datetime_type.py#L702
test_more
TypeError: int() argument must be a string, a bytes-like object or a number, not 'datetime.timedelta'
This error occurred while calling
ak.sum(
repr-raised-TypeError
)
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_0835_datetime_type.py#L727
test_ufunc_mul
TypeError: int() argument must be a string, a bytes-like object or a number, not 'datetime.timedelta'
This error occurred while attempting to slice
repr-raised-TypeError
with
0
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_2373_unzip_touching.py#L128
test
AssertionError: assert {'muon_crossref_index!', 'jet_crossref_index!', 'muon_list!', 'jet_list!'} == {'muon_list!', 'jet_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'muon_crossref_index!', 'jet_phi!', 'jet_list!', 'jet_crossref_index!', 'jet_eta!', 'muon_list!', 'muon_eta!', 'muon_phi!'} == {'jet_phi!', 'jet_list!', 'jet_eta!', 'muon_list!', 'muon_eta!', 'muon_phi!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
AttributeError: 'str' object has no attribute '_error_repr'
|
Linux-ROOT:
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (3.11, x64, ubuntu-latest, ml):
tests/test_2373_unzip_touching.py#L128
test
AssertionError: assert {'muon_list!', 'muon_crossref_index!', 'jet_list!', 'jet_crossref_index!'} == {'muon_list!', 'jet_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (3.11, x64, ubuntu-latest, ml):
tests/test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'jet_list!', 'jet_crossref_index!', 'muon_crossref_index!', 'muon_phi!', 'jet_phi!', 'muon_list!', 'jet_eta!', 'muon_eta!'} == {'jet_eta!', 'jet_list!', 'jet_phi!', 'muon_phi!', 'muon_eta!', 'muon_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (3.11, x64, ubuntu-latest, ml):
tests/test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.11, x64, ubuntu-latest, ml):
tests/test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.11, x64, ubuntu-latest, ml):
tests/test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.11, x64, ubuntu-latest, ml):
tests/test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.11, x64, ubuntu-latest, ml):
tests/test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.11, x64, ubuntu-latest, ml):
tests/test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.11, x64, ubuntu-latest, ml)
Process completed with exit code 1.
|
Run Tests (ubuntu-latest, 3.13, x64, full):
tests/test_2373_unzip_touching.py#L128
test
AssertionError: assert {'jet_crossref_index!', 'muon_crossref_index!', 'muon_list!', 'jet_list!'} == {'muon_list!', 'jet_list!'}
Extra items in the left set:
'jet_crossref_index!'
'muon_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (ubuntu-latest, 3.13, x64, full):
tests/test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'jet_crossref_index!', 'muon_crossref_index!', 'muon_phi!', 'jet_list!', 'jet_phi!', 'muon_list!', 'jet_eta!', 'muon_eta!'} == {'jet_eta!', 'muon_phi!', 'jet_list!', 'jet_phi!', 'muon_eta!', 'muon_list!'}
Extra items in the left set:
'jet_crossref_index!'
'muon_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (ubuntu-latest, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (ubuntu-latest, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (ubuntu-latest, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (ubuntu-latest, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (ubuntu-latest, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (ubuntu-latest, 3.13, x64, full):
tests/test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (ubuntu-latest, 3.13, x64, full)
Process completed with exit code 1.
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
4
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while calling
numpy.multiply.__call__(
repr-raised-TracerArrayConversionError
repr-raised-TracerArrayConversionError
)
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
(0, 0)
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
:-1
|
Run Tests (ubuntu-latest, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
0
|
Run Tests (3.9, x86, windows-latest, numpy1):
tests\test_2373_unzip_touching.py#L128
test
AssertionError: assert {'jet_crossref_index!', 'jet_list!', 'muon_crossref_index!', 'muon_list!'} == {'jet_list!', 'muon_list!'}
Extra items in the left set:
'jet_crossref_index!'
'muon_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (3.9, x86, windows-latest, numpy1):
tests\test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'muon_list!', 'muon_phi!', 'jet_phi!', 'jet_crossref_index!', 'jet_list!', 'muon_crossref_index!', 'jet_eta!', 'muon_eta!'} == {'jet_eta!', 'muon_list!', 'jet_list!', 'muon_phi!', 'jet_phi!', 'muon_eta!'}
Extra items in the left set:
'jet_crossref_index!'
'muon_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (3.9, x86, windows-latest, numpy1):
tests\test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, numpy1):
tests\test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, numpy1):
tests\test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, numpy1):
tests\test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, numpy1):
tests\test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, numpy1):
tests\test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, numpy1)
Process completed with exit code 1.
|
Run Tests (3.9, x86, windows-latest, full):
tests\test_2373_unzip_touching.py#L128
test
AssertionError: assert {'muon_list!', 'muon_crossref_index!', 'jet_crossref_index!', 'jet_list!'} == {'muon_list!', 'jet_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (3.9, x86, windows-latest, full):
tests\test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'jet_phi!', 'muon_crossref_index!', 'muon_eta!', 'muon_phi!', 'jet_crossref_index!', 'muon_list!', 'jet_eta!', 'jet_list!'} == {'jet_phi!', 'muon_eta!', 'muon_list!', 'jet_eta!', 'muon_phi!', 'jet_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (3.9, x86, windows-latest, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, full):
tests\test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (3.9, x86, windows-latest, full)
Process completed with exit code 1.
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (ubuntu-latest, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (windows-latest, 3.11, x64, full):
tests\test_2373_unzip_touching.py#L128
test
AssertionError: assert {'muon_list!', 'jet_crossref_index!', 'jet_list!', 'muon_crossref_index!'} == {'muon_list!', 'jet_list!'}
Extra items in the left set:
'jet_crossref_index!'
'muon_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (windows-latest, 3.11, x64, full):
tests\test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'muon_list!', 'muon_eta!', 'jet_list!', 'jet_phi!', 'muon_crossref_index!', 'muon_phi!', 'jet_crossref_index!', 'jet_eta!'} == {'muon_list!', 'muon_eta!', 'jet_list!', 'jet_phi!', 'muon_phi!', 'jet_eta!'}
Extra items in the left set:
'jet_crossref_index!'
'muon_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (windows-latest, 3.11, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.11, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.11, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.11, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.11, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.11, x64, full):
tests\test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.11, x64, full)
Process completed with exit code 1.
|
Run Tests (windows-latest, 3.10, x64, full):
tests\test_2373_unzip_touching.py#L128
test
AssertionError: assert {'jet_list!', 'muon_crossref_index!', 'jet_crossref_index!', 'muon_list!'} == {'jet_list!', 'muon_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (windows-latest, 3.10, x64, full):
tests\test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'muon_eta!', 'jet_list!', 'muon_crossref_index!', 'muon_phi!', 'jet_phi!', 'jet_crossref_index!', 'muon_list!', 'jet_eta!'} == {'muon_eta!', 'jet_phi!', 'muon_list!', 'jet_list!', 'muon_phi!', 'jet_eta!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (windows-latest, 3.10, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.10, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.10, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.10, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.10, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.10, x64, full):
tests\test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.10, x64, full)
Process completed with exit code 1.
|
Run Tests (windows-latest, 3.12, x64, full):
tests\test_2373_unzip_touching.py#L128
test
AssertionError: assert {'jet_list!', 'muon_crossref_index!', 'muon_list!', 'jet_crossref_index!'} == {'jet_list!', 'muon_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (windows-latest, 3.12, x64, full):
tests\test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'jet_list!', 'jet_eta!', 'muon_phi!', 'muon_list!', 'muon_eta!', 'jet_phi!', 'muon_crossref_index!', 'jet_crossref_index!'} == {'jet_list!', 'jet_eta!', 'jet_phi!', 'muon_phi!', 'muon_list!', 'muon_eta!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (windows-latest, 3.12, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.12, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.12, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.12, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.12, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.12, x64, full):
tests\test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.12, x64, full)
Process completed with exit code 1.
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
4
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while calling
numpy.multiply.__call__(
repr-raised-TracerArrayConversionError
repr-raised-TracerArrayConversionError
)
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
(0, 0)
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
:-1
|
Run Tests (ubuntu-latest, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
0
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.8, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (windows-latest, 3.8, x64, full):
tests\test_2373_unzip_touching.py#L128
test
AssertionError: assert {'muon_crossref_index!', 'jet_list!', 'muon_list!', 'jet_crossref_index!'} == {'jet_list!', 'muon_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (windows-latest, 3.8, x64, full):
tests\test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'muon_phi!', 'muon_crossref_index!', 'jet_phi!', 'jet_eta!', 'muon_eta!', 'jet_crossref_index!', 'jet_list!', 'muon_list!'} == {'muon_phi!', 'jet_phi!', 'jet_eta!', 'muon_eta!', 'jet_list!', 'muon_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (windows-latest, 3.8, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.8, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.8, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.8, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.8, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.8, x64, full):
tests\test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.8, x64, full)
Process completed with exit code 1.
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
4
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while calling
numpy.multiply.__call__(
repr-raised-TracerArrayConversionError
repr-raised-TracerArrayConversionError
)
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
(0, 0)
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
:-1
|
Run Tests (macos-13, 3.11, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
0
|
Run Tests (windows-latest, 3.9, x64, full):
tests\test_2373_unzip_touching.py#L128
test
AssertionError: assert {'jet_crossref_index!', 'muon_list!', 'jet_list!', 'muon_crossref_index!'} == {'muon_list!', 'jet_list!'}
Extra items in the left set:
'jet_crossref_index!'
'muon_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (windows-latest, 3.9, x64, full):
tests\test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'jet_crossref_index!', 'jet_phi!', 'jet_list!', 'jet_eta!', 'muon_eta!', 'muon_phi!', 'muon_list!', 'muon_crossref_index!'} == {'jet_list!', 'muon_eta!', 'muon_phi!', 'jet_phi!', 'muon_list!', 'jet_eta!'}
Extra items in the left set:
'jet_crossref_index!'
'muon_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (windows-latest, 3.9, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.9, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.9, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.9, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.9, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.9, x64, full):
tests\test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.9, x64, full)
Process completed with exit code 1.
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.10, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
4
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while calling
numpy.multiply.__call__(
repr-raised-TracerArrayConversionError
repr-raised-TracerArrayConversionError
)
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
(0, 0)
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
:-1
|
Run Tests (macos-13, 3.12, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
0
|
Run Tests (windows-latest, 3.13, x64, full):
tests\test_2373_unzip_touching.py#L128
test
AssertionError: assert {'muon_list!', 'muon_crossref_index!', 'jet_crossref_index!', 'jet_list!'} == {'muon_list!', 'jet_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (windows-latest, 3.13, x64, full):
tests\test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'muon_list!', 'jet_phi!', 'jet_list!', 'jet_crossref_index!', 'jet_eta!', 'muon_eta!', 'muon_crossref_index!', 'muon_phi!'} == {'jet_eta!', 'muon_eta!', 'muon_list!', 'jet_phi!', 'muon_phi!', 'jet_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (windows-latest, 3.13, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.13, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.13, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.13, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.13, x64, full):
tests\test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.13, x64, full):
tests\test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (windows-latest, 3.13, x64, full)
Process completed with exit code 1.
|
Run Tests (macos-13, 3.13, x64, full):
tests/test_2373_unzip_touching.py#L128
test
AssertionError: assert {'jet_list!', 'muon_crossref_index!', 'jet_crossref_index!', 'muon_list!'} == {'jet_list!', 'muon_list!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_list!',
+ 'muon_crossref_index!',
'muon_list!',
}
|
Run Tests (macos-13, 3.13, x64, full):
tests/test_2374_cartesian_touching.py#L135
test
AssertionError: assert {'muon_phi!', 'jet_list!', 'muon_list!', 'muon_crossref_index!', 'muon_eta!', 'jet_crossref_index!', 'jet_eta!', 'jet_phi!'} == {'muon_eta!', 'muon_phi!', 'jet_list!', 'muon_list!', 'jet_eta!', 'jet_phi!'}
Extra items in the left set:
'muon_crossref_index!'
'jet_crossref_index!'
Full diff:
{
+ 'jet_crossref_index!',
'jet_eta!',
'jet_list!',
'jet_phi!',
+ 'muon_crossref_index!',
'muon_eta!',
'muon_list!',
'muon_phi!',
}
|
Run Tests (macos-13, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L55
test_layout
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (macos-13, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L70
test_layout_highlevel_false
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (macos-13, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L84
test_array_highlevel_true
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (macos-13, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L98
test_form_dict
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (macos-13, 3.13, x64, full):
tests/test_2671_typetracer_with_report_deprecated_length.py#L112
test_form_str
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (macos-13, 3.13, x64, full):
tests/test_2672_touch_data.py#L51
test
AssertionError: assert 2 == 0
+ where 2 = len(['x.list.offsets', 'y.list.offsets'])
+ where ['x.list.offsets', 'y.list.offsets'] = <TypeTracerReport with 4 shape_touched, 2 data_touched>.data_touched
|
Run Tests (macos-13, 3.13, x64, full)
Process completed with exit code 1.
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
AttributeError: 'str' object has no attribute '_error_repr'
|
Run Tests (macos-13, 3.9, x64, full):
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
AttributeError: 'str' object has no attribute '_error_repr'
|
pass-tests
Process completed with exit code 1.
|