Skip to content

update_inst_map in Calibrations #558

@eggerdj

Description

@eggerdj

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 working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions