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 a29df05 commit a1cc5e0Copy full SHA for a1cc5e0
src/Math-Matrix/ShapeMismatch.class.st
@@ -15,5 +15,5 @@ ShapeMismatch >> messageText [
15
ShapeMismatch >> standardMessageText [
16
"Generate a standard textual description"
17
18
- ^ 'Tensor shapes do not match'
+ ^ 'NDArray shapes do not match'
19
]
0 commit comments