Error in week 3 logistic regression exercise

i keep getting this error, whats the cause?

Hi @paulxhibit77 ,

For this test, the input is a scalar value, your code should be able to deal with input that is a single scalar value as well as an array. So please check your implementation. Have you follow the formula correctly? $$ 1+ 1/𝑒^−z $$ should have a bracket around.