In the assignment my code passes all tests but when submitted I get "1 test failed.
This is my exact feedback:
[ValidateApp | INFO] Validating ‘/home/jovyan/work/submitted/courseraLearner/W3A1/Planar_data_classification_with_one_hidden_layer.ipynb’
[ValidateApp | INFO] Executing notebook with kernel: python3
Tests failed on 1 cell(s)! These tests could be hidden. Please check your submission.
I tried to find any hard coding and the only thing I found is in layer_sizes(X,Y) where the instructions are to hard code n_h. I am not sure how to find what may be causing the problem now.