From e96637588d21bc142e515b7928b0e8968e04c8eb Mon Sep 17 00:00:00 2001 From: davidedellagiustina Date: Thu, 8 Feb 2024 16:58:04 +0000 Subject: [PATCH] Fix CI --- src/qasp/problems/estimation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qasp/problems/estimation.py b/src/qasp/problems/estimation.py index 72aa15e..aad31db 100644 --- a/src/qasp/problems/estimation.py +++ b/src/qasp/problems/estimation.py @@ -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