We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The "sum" method of "Numo::RObject", which contains the number, returns a strange value.
require "numo/narray" p Numo::RObject.cast([1, 2, 3]).sum #=> 13 (should be 6) p Numo::RObject.cast([1.0, 2.0, 3.0]).sum #=> 54043195528445954 (should be 6.0)
Is this behavior only occurring in my environment,
The text was updated successfully, but these errors were encountered:
Hi It happens in my environment, too.
Sorry, something went wrong.
fix RObject#sum,prod (#169)
0086820
No branches or pull requests
The "sum" method of "Numo::RObject", which contains the number, returns a strange value.
Is this behavior only occurring in my environment,
The text was updated successfully, but these errors were encountered: