ubsuny / CP1-24-HW2

Homework2 template for CP1-24
1 stars 15 forks source link

Added the exception handling for Broadcasting #77

Closed HeshamElsaman closed 1 month ago

HeshamElsaman commented 1 month ago

Added the exception handling to where it was needed. It was added to the first and third implementations of Broadcasting in multiplying two arrays. It handles the cases in which the two arrays that are to be multiplied have shapes that cannot be broadcasted into eachother.

kylemasc917 commented 1 month ago

@iglesias-cardinale I have added you as reviewer