Viterbi_forward() got an unexpected keyword argument 'verbose'

I am getting the following error when grading the viterbi_forward algorithm.

viterbi_forward() got an unexpected keyword argument ‘verbose’

Even though the test prior gave me the proper outcome.

Hi @Jaap_de_Vries

Are you working with the newest Assignment or you pasted some code from old notebooks? Similar issue.

I’m getting this same error. Did you manage to fix it?