Qiskit/qiskit-ibmq-provider

test_run_circuit error (cron-staging)

rathishcholarajan opened this issue · 2 comments

Information

  • Qiskit IBMQ Provider version:
  • Python version:
  • Operating system:

What is the current behavior?

This Cron-staging run errored in test_run_circuit.

Steps to reproduce the problem

NA

What is the expected behavior?

Test should pass.

Suggested solutions

TBD

jyu00 commented

This is because #977 switched to using qpy to serialize a QuantumCircuit. qpy is in qiskit-terra master and hasn't been released, so #977 put in code to skip serialization if qiskit-terra version is <0.18. Since this test runs on qiskit-terra stable, not master, it failed to serialize QuantumCircuit. The error should go away once qiskit-terra releases.

No longer see this error in Cron-staging. Closing.