C1_W3_Assigment get_country get_accuracy grading error

Hi @Alvaro_Aparicio_Ser1

Make sure you use correct parameters because this is the most common mistake when tests pass but grading fails.
For example, for get_country, make sure that you use embeddings instead of word_embeddings.

Cheers

1 Like

Solved. It was precisely that confusion between embeddings and word_embeddings. Thank you so much