I am sure I passed all tests, and I reviewed and re-submitted the assignment but had the same problem. Here is a screenshot from the last graded cell output:
I figured it out. It was the way I casted the Z matrix to float in “conv_single_step” function. Apparently you are supposed to only cast the b vector and do not apply any transformation on the Z matrix.