Sea level tests aren't running?

Tell us what’s happening:
I am almost done with the Sea level project, there are still things to fix, but suddenly the tests will not run. I remember commenting them out to debug a little easier, but now even without my comment in main.py nothing seems to happen. Can someone take a look please?

Your code so far
https://repl.it/@SethAlan/boilerplate-sea-level-predictor#sea_level_predictor.py

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36.

Challenge: Sea Level Predictor

Link to the challenge:

They are running, it’s just excruciatingly slow on repl.it because matplotlib and seaborn will start the X window system. You can comment out the plt.show() to stop showing the plots and that will speed things up considerably. You’ll probably want to search the forums for the problems concerning array sizes involving the tests with this project.

1 Like