Skip to content

Commit

Permalink
apply format
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAlfredoNu committed Sep 16, 2024
1 parent 1acf4db commit 87778d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lightning_qubit/test_adjoint_jacobian_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def test_hermitian_tensor_expectation(self, tol, lightning_sv):
statevector.reset_state(True)
else:
statevector.reset_state()

vjp = self.calculate_vjp(statevector, tape, dy)

assert np.allclose(vjp, -0.8 * np.sin(x), atol=tol)
Expand Down

0 comments on commit 87778d6

Please sign in to comment.