Skip to content

Commit

Permalink
reformatted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Bottrill committed May 16, 2024
1 parent 1ee164f commit 79ee67e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ 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 79ee67e

Please sign in to comment.