Problem with Course 2, Week 1, Programming Assignment: Initialization , “Exercise 2 - initialize_parameters_random”
The following two lines of code I have entered:
# YOUR CODE STARTS HERE
# mentor edit: code removed
# YOUR CODE ENDS HERE
And then the result is:
2 Tests passed
1 Tests failed
→ 164 “Not all tests were passed for {}. Check your equations and avoid using global variables inside the function.”.format(target.name))
AssertionError: Not all tests were passed for initialize_parameters_random. Check your equations and avoid using global variables inside the function.
I have not added anything outside the code block which I was supposed to enter.