Skip to content
Snippets Groups Projects

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

Approved by
Merge blocked: 1 check failed

Merge details

  • The source branch is 67 commits behind the target branch.
  • 1 commit will be added to master.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading