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
In #85 , we found reduction functions have bug.
Reduction functions meet problem if input was 0 size ndarray.
In vega, reduction function will be hangup ( if input was 0 size ndarray).
In titanv, reduction function raise error ( if input was 0 size ndarray).
In furyx has no problem.
In #207 , I implemented exception code to solve this issue.
And pass the test_truth test.
But, I think there will be better way to over come this issue without exception code.
The text was updated successfully, but these errors were encountered:
In #85 , we found reduction functions have bug.
Reduction functions meet problem if input was 0 size ndarray.
In vega, reduction function will be hangup ( if input was 0 size ndarray).
In titanv, reduction function raise error ( if input was 0 size ndarray).
In furyx has no problem.
In #207 , I implemented exception code to solve this issue.
And pass the test_truth test.
But, I think there will be better way to over come this issue without exception code.
The text was updated successfully, but these errors were encountered: