Hello,
I’ve implemented get_top_covariances function. When I was running the UNIT TEST section, I encountered some discrepancies with the assert test cases. In order to address this, I adjusted them to match the output of my get_top_covariances() function. Consequently, all test cases passed successfully.
Despite this, I’m encountering an issue upon submission of my assignment. The error message I’m receiving is:
“Code Cell UNQ_C1: Function ‘get_top_covariances’ is incorrect. Check implementation. If numerous functions are flagged as incorrect, consider retracing your steps and identify if an erroneous function is being used in subsequent steps. This dependent relationship could be the root cause of the errors.”
Could you please assist in determining whether the issue is with my implementation or on the assignment’s side? I appreciate your help.
Thank you!