Week 2 practice lab: Exercise 2

Hello,
I am having trouble with Exercise 2 of the week 2 practice lab. I am pretty sure I am doing it right as I just implemented the gradient equations but for some reason I am not passing the test. Could I get some help with this problem?
Thanks.

Please post a screen capture image that shows the complete error message.

Note: Do not post your code, just the error messages or asserts.

1 Like

Your compute_gradient() code does not compute the correct dj_dw value, for one of the tests in the compute_gradient_test() function.

You can inspect the values used in this test by using the File menu and opening the public_tests.py file.

Ok. Iā€™m not sure what I am doing wrong. Could I dm you the code?

Update: The issue has been resolved (a parenthesis grouping issue).