Skip to content

Commit 16dbba2

Browse files
committed
minor change
1 parent d5ea99b commit 16dbba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mint/tests/test_polyline_integral.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def singularPotentialFunc(p):
1212
x, y = p[:2]
1313
return numpy.arctan2(y, x)/(2.*numpy.pi)
1414

15+
1516
@pytest.mark.parametrize("nx", [3])
1617
@pytest.mark.parametrize("ny", [2])
1718
@pytest.mark.parametrize("potFunc", [potentialFunc, singularPotentialFunc])

0 commit comments

Comments
 (0)