Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroMendizabal committed Jan 15, 2025
1 parent cb7f85d commit d3017f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/emu_sv/test_custom_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def test_custom_qubit_density():
#set up for state
# set up for state
basis = ("r", "g")
num_qubits = 4
strings = {"rrrr": 1.0, "ggggg": 1.0}
Expand All @@ -19,14 +19,14 @@ def test_custom_qubit_density():
)

config = SVConfig()

MockOperator = MagicMock(spec=DenseOperator)

H_mock = MockOperator.return_value

MockQubitDensity = MagicMock(spec=QubitDensity)

qubitDenistyMock = MockQubitDensity.return_value
qubitDenistyMock = MockQubitDensity.return_value

t = 1

Expand Down

0 comments on commit d3017f1

Please sign in to comment.