Skip to content

Commit

Permalink
try fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Dec 23, 2023
1 parent 077c344 commit 6b63b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ def test_hcurl_projections_3d():

def test_element_global_boundary_normal():

mesh = MeshTri().refined(3)
mesh = MeshTri.init_sqsymmetric().refined(3)
basis = Basis(mesh, ElementTriMorley())

D = basis.get_dofs().all('u_n')
Expand Down

0 comments on commit 6b63b0c

Please sign in to comment.