Skip to content

Commit 09b6e9b

Browse files
committedJul 18, 2023
Added a test to RefinementRulesTests.jl that fails and should not
1 parent 6ce09af commit 09b6e9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎test/AdaptivityTests/RefinementRulesTests.jl

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ for poly in polys
2222
rr_red = Adaptivity.RedRefinementRule(poly)
2323
Adaptivity.test_refinement_rule(rr_red)
2424

25+
rrules=[rr_generic, rr_white, rr_red]
26+
@test isconcretetype(eltype(rrules))
27+
2528
n_edges = num_faces(poly,1)
2629
for e in 1:n_edges
2730
rr_green = Adaptivity.GreenRefinementRule(poly,e)

0 commit comments

Comments
 (0)