I’m unable to successfully complete MLS Course 1 due to perhaps an issue that appears to stem from non user implementation error in the final lab. I’ve completed the lab and all unit tests pass. However, when the lab is graded, the following issue is noted by grader:
Cell #18. Can't compile the student's code. Error: ValueError('x and y must have same first dimension, but have shapes (2,) and (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2)')
It looks like the error stems from this cell in the lab ( image below ). My understanding is students don’t touch the cell responsible for that operation. Help please