-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Description
Informations
- Qiskit Experiments version: b8f12a1
- Python version: 3.9
- Operating system: Unix
What is the current behavior?
It should be possible to use self.update_inst_map(schedules, qubits=qubits) in the function add_parameter_value in PR 541.
However, this results in several test failures in Calibrations.
Steps to reproduce the problem
Replace self.update_inst_map(schedules) with self.update_inst_map(schedules, qubits=qubits) in add_parameter_value of Calibrations.
What is the expected behavior?
The above should work.
Suggested solutions
Not clear yet.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working