“There was a problem compiling the code from your notebook, please check that you saved before submitting. Details:name ‘time_valid’ is not defined”
notebook code:avvohobjqprg
All tests in the notebook run correctly, but when I submit, I get this error. If possible, please send me an email, as I couldn’t find where to send a message on the ‘deeplearning.ai’ platform
Hi, Victor.
You filed a message about this same error on March 21 and mentor Balaji gave you some suggestions of what can cause an error like that. Did you follow up on his suggestions?
Search the notebook for the variable name time_valid
. Where does that string occur? Is it the name of a global variable? Do you reference that variable in the body of any of your graded functions?
hi @VictorMaeda
Go through the below link to debug your codes. A feedback information like yours is probably trying to check if you are implementing your time series function correctly, like using len function instead of using the assignment recall function to define a give period.
After going through the post, if you still encounter the same feedback, then click on my name and then message me screenshots of grade function cell.
Make sure not to post any grade function codes here as it is against community guidelines to post on public post thread.
Regards
DP