Cell #13. Can’t compile the student’s code. Error: ValueError(‘shapes (5,2) and (5,) not aligned: 2 (dim 1) != 5 (dim 0)’,)
when I submit my code this appears, even passing all the tests.
Cell #13. Can’t compile the student’s code. Error: ValueError(‘shapes (5,2) and (5,) not aligned: 2 (dim 1) != 5 (dim 0)’,)
when I submit my code this appears, even passing all the tests.
There appears to be an error in your code, which the unit tests are not set up to detect.