You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pointed out in #3604 (comment) test failures spit out a bunch of json that are hard to parse. We should make this better. Again treebeard might be the solution here.
The text was updated successfully, but these errors were encountered:
This PR adds notebook testing based on the PR branch in a non-isolated environment (hence it's faster). The isolated notebook tests against the latest released version of Cirq are only run now on changed notebooks (hence it's much faster too). I also improved the notebook error messages output - it only prints the errors. If there is a notebook failure, the output notebooks are also downloadable on the Github Action workflow as an artifact.
Fixes#3620.
Helps with #3603. (in order to fix that we'll probably need to introduce parametrization of the notebooks, for minimal data, which papermill can do)
As pointed out in #3604 (comment) test failures spit out a bunch of json that are hard to parse. We should make this better. Again treebeard might be the solution here.
The text was updated successfully, but these errors were encountered: