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
where ak.Array(depth1[2]) has ArrayType(NumpyType('complex128'), 0, None). The ak.prod result of an empty list should be (1+0j), as correctly produced by Numpy:
ianna
changed the title
[CPU/GPU] prod kernel on empty complex type lists give wrong result
[CPU/GPU] prod kernel on empty complex type lists gives wrong result
Sep 12, 2024
ianna
changed the title
[CPU/GPU] prod kernel on empty complex type lists gives wrong result
[CPU/GPU] prod kernel on an empty list of a complex type lists gives a wrong result
Sep 12, 2024
ianna
changed the title
[CPU/GPU] prod kernel on an empty list of a complex type lists gives a wrong result
[CPU/GPU] prod kernel on an empty list of a complex type gives a wrong result
Sep 12, 2024
Version of Awkward Array
master branch (2.6.7)
Description and code to reproduce
where
ak.Array(depth1[2])
hasArrayType(NumpyType('complex128'), 0, None)
. Theak.prod
result of an empty list should be(1+0j)
, as correctly produced by Numpy:The text was updated successfully, but these errors were encountered: