cog-imperial / OMLT

Represent trained machine learning models as Pyomo optimization formulations
Other
262 stars 57 forks source link

notebook tests may time-out #42

Closed jalving closed 2 years ago

jalving commented 2 years ago

The CI tests may randomly fail for some notebooks becase Cbc takes too long. We should consider reducing the size of the relu networks. auto-thermal-reformer-relu.ipynb seems to take the longest.

jalving commented 2 years ago

PR #47 should fix this.