in function- ---- def row_echelon_form(A, B): i got error when submitting assignment , also All tests passed
Error : There was an error grading your submission. Details:
all the input array dimensions except for the concatenation axis must match exactly, but along dimension 0, the array at index 0 has size 4 and the array at index 1 has size 8
I noticed you have edited too much part of assignment sections which you weren’t suppose to do.
Get a fresh copy and re-do your assignment. This time make sure only to replace None placed between the markers ###START AND END CODE HERE###
Please make sure not edit out any of the instructions as that caused you to missed out one of the code step where you swap the row. You also didn’t use function while to get indexing of first non-zero value below the pivot candidate.
Here is a link on how to get a fresh copy, refer topic 1a in the linked comment