Skip to content

Commit

Permalink
Reformatted black with l=100
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Bottrill committed May 16, 2024
1 parent 79ee67e commit 13ab6f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ def test_GPI_grad(self, diff_method, interface):
phi_GPI = self.interface_array(phi, interface)
dev = qml.device("default.qubit", wires=1)

qnode_GPI = qml.QNode(
self.circuit, dev, interface=interface, diff_method=diff_method
)
qnode_GPI = qml.QNode(self.circuit, dev, interface=interface, diff_method=diff_method)

match interface:
case "torch":
Expand Down

0 comments on commit 13ab6f5

Please sign in to comment.