Skip to content

Commit 36dd4c1

Browse files
committed
black
1 parent c43f130 commit 36dd4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_expval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def circuit(x, y):
189189
assert qml.math.allclose(res, expected)
190190

191191
g = qml.grad(circuit)(x, y)
192-
expected = (-2.3*np.sin(x)+0.5*np.cos(y)*np.cos(x), -0.5*np.sin(x)*np.sin(y))
192+
expected = (-2.3 * np.sin(x) + 0.5 * np.cos(y) * np.cos(x), -0.5 * np.sin(x) * np.sin(y))
193193
assert qml.math.allclose(g, expected)
194194

195195

0 commit comments

Comments
 (0)