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
The test_backpropagate_timeout can be quite flaky at times. Specifically, the check which asserts that the time spent on backpropagation is smaller than the specific maximum limit:
We should consider ways of removing this flakiness in a way that is not affected by performance improvements of the underlying code (if that is possible).
The text was updated successfully, but these errors were encountered:
The
test_backpropagate_timeout
can be quite flaky at times. Specifically, the check which asserts that the time spent on backpropagation is smaller than the specific maximum limit:qiskit-addon-obp/test/test_backpropagation.py
Line 896 in 58ec753
We should consider ways of removing this flakiness in a way that is not affected by performance improvements of the underlying code (if that is possible).
The text was updated successfully, but these errors were encountered: