broadcasterror messagesgood first issue
Metriche repository
- Star
- (48.709 star)
- Metriche merge PR
- (Merge medio 20g 6h) (157 PR mergiate in 30 g)
Descrizione
A = rand(3,5)
B = rand(2,2)
C = A .+ B
Gives ERROR: DimensionMismatch("arrays could not be broadcast to a common size") as error message. However, it would better to print out the sizes of the input arrays, wouldn't it?