Skip to content

Commit

Permalink
trim CI a little
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Jun 28, 2024
1 parent dcaa563 commit e011af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/MeshData_wedge_pyr_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ approx_elem_types_to_test = [(Polynomial(), Wedge()),
@testset "3D MeshData tests for wedges and pyramids" begin

# tests initialization (mostly checking if tolerances)
@testset "Initialization test for $element_type" for (element_type, N) in [(Pyr(), 1), (Pyr(), 4), (Wedge(), 1), (Wedge(), 4)]
@testset "Initialization test for N = 1 for $element_type" for element_type in [Pyr(), Wedge()]
K1D = 2
rd = RefElemData(element_type, N)
rd = RefElemData(element_type, 1)
md = MeshData(uniform_mesh(element_type, K1D)..., rd; is_periodic=true)
end

Expand Down

0 comments on commit e011af6

Please sign in to comment.