Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Oct 16, 2024
1 parent 6cc4ff8 commit 2d06be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
--install defcon \
--install gadopt \
--install asQ \
--package-branch fiat pbrubeck/gen-quad \
|| (cat firedrake-install.log && /bin/false)
- name: Install test dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/multigrid/test_p_multigrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_prolong_low_order_to_restricted(tp_mesh, tp_family, variant):
P = prolongation_matrix_matfree(uc, v).getPythonContext()
P._prolong()

assert norm(ui + uf - uc, "L2") < 2E-14
assert norm(ui + uf - uc, "L2") < 1E-13


@pytest.fixture(params=["triangles", "quadrilaterals"], scope="module")
Expand Down

0 comments on commit 2d06be4

Please sign in to comment.