-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Milestone
Description
Information
- Qiskit Terra version: Master
- Python version: Any
- Operating system: Any
What is the current behavior?
Since the release of numpy 1.19.0 CI started failing on 2 tests:
test_qasm_2q_unitary
https://github.com/Qiskit/qiskit-terra/blob/master/test/python/circuit/test_unitary.py#L248-L271
and
`test_pulse_limits:
https://github.com/Qiskit/qiskit-terra/blob/master/test/python/pulse/test_pulse_lib.py#L60-L89
It's not clear if this is a bug in numpy or a usage bug in terra. If it's an iss
This is being pinned in CI with #4599
Steps to reproduce the problem
Run the tests with numpy 1.19.0
What is the expected behavior?
The tests pass
Suggested solutions
Find the source of the bug, and fix or report it upstream