We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d9f77 commit 1f037a8Copy full SHA for 1f037a8
tests/firedrake/regression/test_fuse.py
@@ -16,7 +16,7 @@ def test_poisson_analytic(params, degree, quadrilateral):
16
@pytest.mark.parametrize(['conv_num', 'degree'],
17
[(p, d)
18
for p, d in zip([1.8, 2.8], [1, 2])])
19
- # 3.8, 3
+# 3.8, 3
20
def test_helmholtz(conv_num, degree):
21
diff = np.array([helmholtz(i, degree=degree)[0] for i in range(3, 6)])
22
print("l2 error norms:", diff)
0 commit comments