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
While we're looking at this, we may want to optimise test_simple_badger_pass_no_opt too, as it also slows down the tests quite a bit. This is the output of pytest --durations=0 on my machine (CI will be slower):
test_depth_hyp
runs depth optimisation on a set of circuits, with a 30ms deadline.The test may take longer in some cases, which causes CI to fail.
See https://github.com/CQCL/tket2/actions/runs/9189665381/job/25272188461
We could reduce the circuit the generated circuit depth/n_qubits range to prevent this.
While we're looking at this, we may want to optimise
test_simple_badger_pass_no_opt
too, as it also slows down the tests quite a bit. This is the output ofpytest --durations=0
on my machine (CI will be slower):The text was updated successfully, but these errors were encountered: