fix: debugging slicing on gpu #16
Annotations
9 errors
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!',
}
|
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!',
}
|
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
|
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
|
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
|
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
|
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
|
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
|
|
This job failed
Loading