kinematics_correlations.py: ak.count -> ak.num where needed
Fixes failure seen in https://eicweb.phy.anl.gov/EIC/benchmarks/physics_benchmarks/-/jobs/1755651
>>> import awkward as ak
>>> ak.count([[1], [2]], axis=0)
<Array [2] type='1 * int64'>
>>> ak.num([[1], [2]], axis=0)
2
Merge request reports
Activity
requested review from @wdconinc
assigned to @veprbl
enabled an automatic merge when the pipeline for 50f0d5d2 succeeds
added 6 commits
-
50f0d5d2...28424bd6 - 5 commits from branch
master
- bbc92dc4 - kinematics_correlations.py: ak.count -> ak.num where needed
-
50f0d5d2...28424bd6 - 5 commits from branch
added 11 commits
-
bbc92dc4...8ce60849 - 10 commits from branch
master
- 57ca12e4 - kinematics_correlations.py: ak.count -> ak.num where needed
-
bbc92dc4...8ce60849 - 10 commits from branch
Please register or sign in to reply