Hi every one.
I got these message after excutting my code of Exercise 2 - conv_single_step of C4W1
assert (type(Z) == np.float64), “You must cast the output to numpy float 64”
assert np.isclose(Z, -6.999089450680221), “Wrong value”
Z = -6.999089450680221
All tests passed!
I could correct these messages
Does it pass all the tests or not?