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
Description
A clear and concise description of the bug and the associated functionality.
Printing the result of an arithmetic operations does not work with DNDarrays when at least one operand contains a nested array.
The problem seems to be the resulting array.
To Reproduce
Steps to reproduce the behavior:
Which module/class/function is affected?
print, _ operations.__binary_op
What are the circumstances under which the bug appears?
binary_op on distributed + nested array with one element and print
What is the exact error message / erroneous behavior?
RecursionError: maximum recursion depth exceeded while calling a Python object
Expected behavior
A clear and concise description of what you expected to happen.
Print result
Illustrative
If applicable, add screenshots or minimal examples to help explain your problem.
Description
A clear and concise description of the bug and the associated functionality.
Printing the result of an arithmetic operations does not work with DNDarrays when at least one operand contains a nested array.
The problem seems to be the resulting array.
To Reproduce
Steps to reproduce the behavior:
print, _ operations.__binary_op
binary_op on distributed + nested array with one element and print
RecursionError: maximum recursion depth exceeded while calling a Python object
Expected behavior
A clear and concise description of what you expected to happen.
Print result
Illustrative
If applicable, add screenshots or minimal examples to help explain your problem.
Version Info
Which version are you using?
master 45d4a00
Additional comments
Any other comments here.
The text was updated successfully, but these errors were encountered: