Got the following error, but the UNIT TEST section of UNQ_C5 passed all the tests, don’t know what could be the problem, when I write type(modelf) I get <class ‘function’> type.
“Code Cell UNQ_C5: Unexpected error (AttributeError(”‘NoneType’ object has no attribute ‘op’")) occurred during function check. We expected function modelf to return type <class ‘bool’>. Please check that this function is defined properly.
If you see many functions being marked as incorrect, try to trace back your steps & identify if there is an incorrect function that is being used in other steps.
This dependency may be the cause of the errors."

