Hello again,
in the Medical Data Visualizer I ran into the issue, that test_heat_map_values() shows a failed test with the following error code:
AssertionError: Lists differ: [] != ['0.0', '0.0', '-0.0', '0.0', '-0.1', '0.5[616 chars]0.1']
Second list contains 91 additional elements.
First extra element 0:
'0.0'
The created heatmap looks good to me, and personally, I can’t find any hints that the function is not running as expected, so I’m assuming that the test function might check an empty list that is not representative for the actual values created by the heatmap function. Is there any way to confirm this and possibly solve so the function test provides a positive result?
My code: https://replit.com/@hfstoppel/boilerplate-medical-data-visualizer#medical_data_visualizer.py
Thank you very much in advance!
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
Challenge: Medical Data Visualizer
Link to the challenge: