I just completed section 1. row echelon function and received 35/35. I then uploaded section two and received 0/35. I edited and uploaded again, then I was informed that section 1 -row echelon function is now 0/35. I did not change anything in section 1. Please explain, as my deadline to complete the assignment is April 21, 2024. thanks,
You could share screenshot of your submission grader output where it shows why you failed the grader cell
If there is an error in any of your functions that causes something like a python syntax error or any other kind of runtime error like an undefined variable, then you get 0 for all sections. If the grader can’t even get python to run the code, then you get 0 for everything, even if some of the sections are correct. So the first step is to look at the error message that Deepti asked you to show us and see if that gives any guidance about the nature of the error.
The other high level point is that you don’t need to worry about the deadlines here: if you miss them, they just reset and there is no penalty.
If you’re using different notebook files, be aware that the grader only uses the file with the original notebook name.
You cannot grade a notebook where you have changed the file name.