Assignment: Planar Data Classification with One Hidden Layer

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.

Sorry that we missed your question when you asked it 29 days ago. If you are still having this problem, it would be worth checking to see if there is an updated version of the Week 3 Planar Data notebook. They have made some improvements in the test cases.

I still have the same problem today!