Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add virtual arrays #1277

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Merge branch 'master' into pfackeldey/virtual-arrays

0081d97
Select commit
Loading
Failed to load commit list.
Draft

feat: add virtual arrays #1277

Merge branch 'master' into pfackeldey/virtual-arrays
0081d97
Select commit
Loading
Failed to load commit list.
Cirrus CI / Test build arm_container:python:3.13 failed Feb 28, 2025 in 20m 44s

Task Summary

Instruction pytest failed in 17:47

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:04 clone
✅ 00:03 create_venv
✅ 02:35 install
❌ 17:47 pytest

    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:241: UserWarning: Skipping AnalysisTrigMatch_HLT_mu6_j150_gsc175_boffperf_split_dr05_dz02 as it is it cannot be represented as an Awkward array
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:241: UserWarning: Skipping AnalysisTrigMatch_HLT_mu6_j175_dr05 as it is it cannot be represented as an Awkward array
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:241: UserWarning: Skipping AnalysisTrigMatch_HLT_mu6_j175_gsc260_boffperf_split_dr05_dz02 as it is it cannot be represented as an Awkward array
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:241: UserWarning: Skipping AnalysisTrigMatch_HLT_mu6_j60_gsc110_boffperf_split_dr05_dz02 as it is it cannot be represented as an Awkward array
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:241: UserWarning: Skipping AnalysisTrigMatch_HLT_mu6_j60_gsc85_boffperf_split_dr05_dz02 as it is it cannot be represented as an Awkward array
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:241: UserWarning: Skipping AnalysisTrigMatch_HLT_mu6_j85_dr05 as it is it cannot be represented as an Awkward array
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:241: UserWarning: Skipping AnalysisTrigMatch_HLT_mu6_mu4_bJpsimumu as it is it cannot be represented as an Awkward array
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:241: UserWarning: Skipping AnalysisTrigMatch_HLT_mu6_mu4_bUpsimumu as it is it cannot be represented as an Awkward array
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:241: UserWarning: Skipping AnalysisTrigMatch_HLT_mu6_nomucomb_2mu4_nomucomb_L1MU6_3MU4 as it is it cannot be represented as an Awkward array
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:224: UserWarning: Skipping EventInfoAuxDyn.hardScatterVertexLink as it is not interpretable by Uproot
    warnings.warn(

tests/test_nanoevents_physlite.py::test_load_single_field_of_linked
tests/test_nanoevents_physlite.py::test_electron_forms
  /tmp/venv/lib/python3.13/site-packages/coffea/util.py:232: UserWarning: Skipping EventInfoAuxDyn.hardScatterVertexLink as it is not interpretable by Uproot
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
SKIPPED [1] tests/test_ml_tools.py:81: could not import 'tritonclient': No module named 'tritonclient'
SKIPPED [1] tests/test_ml_tools.py:134: could not import 'torch': No module named 'torch'
SKIPPED [1] tests/test_ml_tools.py:180: could not import 'tensorflow': No module named 'tensorflow'
SKIPPED [2] tests/test_nanoevents_physlite.py:32: temporarily disabled because of uproot issue #1267 https://github.com/scikit-hep/uproot5/issues/1267
SKIPPED [1] tests/test_taskvine.py:50: test needs a conda environment with coffea and ndcctools
XFAIL tests/test_preloaded.py::test_preloaded_nanoevents - reason: preloaded nanoevents doesn't support dask yet
= 368 passed, 6 skipped, 1 xfailed, 265004 warnings, 1 error in 1057.94s (0:17:37) =