You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test|doc: Guard by-key property tests to n>=2; fix var docstring
ArrayFire's C-level by-key reduction functions (af_sum_by_key,
af_max_by_key, af_count_by_key) return AF_ERR_ARG for single-element
input arrays. Guard the three property tests with `length pairs >= 2`
and add a comment explaining the restriction.
Also correct the var docstring example (6.0000 -> 5.2500).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments