C5W4A1 UNQ_C5 Encoder - I have Error: Wrong values case 1

Hello everyone.
I have a mistake I can’t get out of. Could you help me to solve the problem?
Thanks in advance,
Luba
AssertionError Traceback (most recent call last)
in
1 # UNIT TEST
----> 2 Encoder_test(Encoder)

~/work/W4A1/public_tests.py in Encoder_test(target)
124 [[-0.4612937 , 1.0697356 , -1.4127715 , 0.8043293 ],
125 [ 0.27027237, 0.28793618, -1.6370889 , 1.0788803 ],
→ 126 [ 1.2370994 , -1.0687275 , -0.8945037 , 0.7261319 ]]]), “Wrong values case 1”
127
128 encoderq_output = encoderq(x, True, np.array([[[[1., 1., 1.]]], [[[1., 1., 0.]]]]))

AssertionError: Wrong values case 1

You can open the test utilities file for this assignment (via the File menu), and read what tests are included in the Encoder_test() function.

This may be enough to give you the necessary clues for “case 1”.

Thank you. I removed the sign # in front of the mask)