Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent cb6caaa commit fa77d74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mypackage/test_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
import pytest


@pytest.mark.parametrize(
"myinput, myref", [(1, np.pi), (0, 0), (2.1, np.pi * 2.1**2)]
)
@pytest.mark.parametrize("myinput, myref", [(1, np.pi), (0, 0), (2.1, np.pi * 2.1**2)])
def test_area_circ(myinput, myref):
assert tf.area_circ(myinput) == myref

Expand Down

0 comments on commit fa77d74

Please sign in to comment.