Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedellagiustina committed Feb 8, 2024
1 parent dd0037c commit e966375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qasp/problems/estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ def exec_count(
tuple[QuantumCircuit, Interval, Interval]: Used circuit, estimation interval for the \
measured phase, and estimation interval for the solutions count.
'''
# pylint: disable=too-many-arguments

aux_qubits = [] if aux_qubits is None else aux_qubits
(_, q_oracle) = oracle # Classical oracle is unused

Expand Down

0 comments on commit e966375

Please sign in to comment.