Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Qottmann committed Apr 8, 2024
1 parent f8e2e0e commit 9eec37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interfaces/test_autograd.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_no_batch_transform(self, mocker):
assert isinstance(res[0], np.ndarray)
assert res[0].shape == ()
assert np.allclose(res[0], np.cos(y), atol=0.1)

@pytest.mark.usefixtures("use_legacy_opmath")
def test_no_batch_transform_legacy_opmath(self, mocker):
"""Test functionality to enable and disable"""
Expand Down

0 comments on commit 9eec37f

Please sign in to comment.