From 9eec37f4a33842747d6b0344439932c0dc7065ea Mon Sep 17 00:00:00 2001 From: qottmann Date: Mon, 8 Apr 2024 11:09:23 +0200 Subject: [PATCH] black formatting --- tests/interfaces/test_autograd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interfaces/test_autograd.py b/tests/interfaces/test_autograd.py index 8b95f9d2135..384f1669afe 100644 --- a/tests/interfaces/test_autograd.py +++ b/tests/interfaces/test_autograd.py @@ -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"""