Test doesn’t work-medical data visualizzer

Hi, I finished the project but the test doesn’t start, it only shows me the first function with the graph but it doesn’t do the test. why?

Please share your code, or link to the replit or gitpod etc.

You will need to comment out these lines:

#plt.show()

#plt.show()

There is one for each of your plots. Displaying them like this will overload the resources of your replit. You can remove these lines as well:

#print(draw_cat_plot())
#print(draw_heat_map())

After that it should run the tests normally

1 Like

ok thanks very much. I will try this

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.