wells-wood-research / de-stress

DE-STRESS is a model evaluation pipeline that aims to make protein design more reliable and accessible.
http://destressprotein.design
18 stars 1 forks source link

ValueError keeps getting printed to console when running the backend #18

Closed MichaelJamesStam closed 3 years ago

MichaelJamesStam commented 3 years ago

A ValueError keeps getting printed to the console every time the web socket is checked. I am not sure what is causing this but it could be related to the recent changes in the pull request Fix: Changes the way that WSs are polled to fix timeouts. #15.

ChrisWellsWood commented 3 years ago

Which branch is this on @MichaelJamesStam?

MichaelJamesStam commented 3 years ago

Which branch is this on @MichaelJamesStam?

This is on master branch. I think it is printing the failed job history. I found the code in init.py that is doing this and commented it out, and everything worked fine. Did you have this there for debugging?