Skip to content

Commit

Permalink
Update tests/test_integration.py
Browse files Browse the repository at this point in the history
Co-authored-by: Romain <[email protected]>
  • Loading branch information
antalszava and rmoyard authored Dec 10, 2021
1 parent 9035672 commit 204c73e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ def circuit(x, y):
def test_tracker(self):
"""Tests the device tracker with batch execution."""
dev = qml.device('qiskit.aer', shots=100, wires=3)
x = np.array([0.1, 0.2])

@qml.qnode(dev, diff_method="parameter-shift")
def circuit(x):
Expand Down

0 comments on commit 204c73e

Please sign in to comment.