In the dinosaur name programming assignment, all the test past except at the very end (# GRADED FUNCTION: model):
My output is
Iteration: 22000, Loss: 14.642888
Omaqosaurus
Omala
Otarailosaurus
Omaldor
Tods
Ogantor
Ssagonelesirosaurus
which generates an AssertionError of the test:
----> 3 assert last_name == ‘Trodonosaurus\n’, “Wrong expected output”
I understand that it’s not quite enough info, but do you have any idea what might be wrong in my code?