Grader Module 2 - Graded lab

Heyy

I have already made the assignment , but , I have some issues with the grader in the exercise Exercise 4: Extract State Name :


My outputs coincide with the ground truth and the steps I think are correct

I already restart the kernel and submit again , but the grader still the issue :frowning:

Thanks in advance for any comments :slight_smile:

The other exercises, the grader told me that everything was correct (10/10)

Hey Keyler,

Welcome to the forum!

I won’t be able to go check the notebook right now, but since the output seems to match the ground truth, I’d suggest you adapt your code for whitespace issues. This could lead to issues with the grader and apparently, the solution would “look right” to the naked eye. Good luck!

Hi Keyler! This is a bug on the grader side where it expects you to split with , instead of just ,. Notice the extra space in the first one. Please resubmit your work. You should get the perfect score now. Thanks and sorry for the confusion!