broadcasterror messagesgood first issue
Repository metrics
- Stars
- (48,709 stars)
- PR merge metrics
- (Avg merge 20d 6h) (157 merged PRs in 30d)
Description
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?