We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30aa861 commit d4671a5Copy full SHA for d4671a5
dpnp/dpnp_array.py
@@ -386,7 +386,8 @@ def __imatmul__(self, other):
386
# AxisError should indicate that the axes argument didn't work out
387
# which should mean the second operand not being 2 dimensional.
388
raise ValueError(
389
- "inplace matrix multiplication requires the first operand to have at least one and the second at least two dimensions."
+ "inplace matrix multiplication requires the first operand to "
390
+ "have at least one and the second at least two dimensions."
391
)
392
return self
393
0 commit comments