Skip to content

Commit 1f037a8

Browse files
committed
lint
1 parent 76d9f77 commit 1f037a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/firedrake/regression/test_fuse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_poisson_analytic(params, degree, quadrilateral):
1616
@pytest.mark.parametrize(['conv_num', 'degree'],
1717
[(p, d)
1818
for p, d in zip([1.8, 2.8], [1, 2])])
19-
# 3.8, 3
19+
# 3.8, 3
2020
def test_helmholtz(conv_num, degree):
2121
diff = np.array([helmholtz(i, degree=degree)[0] for i in range(3, 6)])
2222
print("l2 error norms:", diff)

0 commit comments

Comments
 (0)