Closed liwt31 closed 2 years ago
Base: 85.02% // Head: 85.00% // Decreases project coverage by -0.01%
:warning:
Coverage data is based on head (
af1225b
) compared to base (6007bf3
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Overriding
__rmul__
oflist
has an interesting side effectIn the
OpSum
class, we expect the multiplied result to beOpSum
rather thannp.ndarray
, so override__array_ufunc__
to prevent the behavior.