Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-be committed May 17, 2024
1 parent 899a2cb commit 7df44e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_CKT_cutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_reconstruction_request(self):
results_dict, coefficients, qubit_map, subobservables
)
expected_result = {
"{0:b}".format(key).zfill(circuit.num_qubits()): val
"{0:b}".format(key).zfill(circuit.num_qubits): val
for key, val in reconstructed_counts.items()
}

Expand Down

0 comments on commit 7df44e7

Please sign in to comment.