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
that is a bug. Their is a whole set of logic to properly handle division by 0 property (as numpy doesn't handle integer division correctly). And fill appropriately with +-inf/NaN as appropriate.
These both should yield the same as [5]
This op is handled as __rdiv__ IOW, a reversed division op. And I think the logic is a bit off for this case.
This is seems quite wired. Should not 0/s be 0 as well?
The text was updated successfully, but these errors were encountered: