secondmind-labs / trieste

A Bayesian optimization toolbox built on TensorFlow
Apache License 2.0
212 stars 42 forks source link

Parallelise integration test run #775

Closed uri-granta closed 12 months ago

uri-granta commented 12 months ago

Related issue(s)/PRs: #770

Summary

Adding and enabling shape checks has slowed down the integration test run a bit. This PR splits the run in two so it's no longer the bottleneck.

Fully backwards compatible: yes

PR checklist