Greetings,
Received error from unittest on this exercise:
“An exception was thrown while running your function: ‘numpy.int64’ object is not iterable.
Input matrix:
[[1 0 0 5]
[0 1 0 6]
[0 0 1 7]]”
I am aware that this is a known issue. I referenced the solution page from 5 days ago and could not reproduce the solution.
I would be grateful for an assist if possible.
Cheers