diff --git a/test/test_fem_assembly.py b/test/test_fem_assembly.py index c90b556bd6a8e8265451bc4ed7ca41543654091c..7a9ff15a4960fb5ce5107e46403bacc509e2b658 100644 --- a/test/test_fem_assembly.py +++ b/test/test_fem_assembly.py @@ -76,9 +76,6 @@ def test_laplacian_stiffness(ctx_factory): def variant_fig33(knl): # This is meant to (mostly) reproduce Figure 3.3. - # For odd technical reasons, loopy has to unroll the j - # loop at present. I'll fix that. (FIXME) - Ncloc = 16 knl = lp.split_dimension(knl, "K", Ncloc, outer_iname="Ko", inner_iname="Kloc")