Skip to content

Commit 0dc4ddb

Browse files
Reactivating accidentally deactivated tests
1 parent c4424ea commit 0dc4ddb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/PoissonNonConformingOctreeModelsTests.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,12 @@ module PoissonNonConformingOctreeModelsTests
281281
#debug_logger = ConsoleLogger(stderr, Logging.Debug)
282282
#global_logger(debug_logger); # Enable the debug logger globally
283283
ranks = distribute(LinearIndices((MPI.Comm_size(MPI.COMM_WORLD),)))
284-
# for Dc=3:3, perm=1:4, order=1:4, scalar_or_vector in (:scalar,)
285-
# test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
286-
# end
287-
# for Dc=2:3, perm in (1,2), order in (1,4), scalar_or_vector in (:vector,)
288-
# test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
289-
# end
284+
for Dc=3:3, perm=1:4, order=1:4, scalar_or_vector in (:scalar,)
285+
test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
286+
end
287+
for Dc=2:3, perm in (1,2), order in (1,4), scalar_or_vector in (:vector,)
288+
test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
289+
end
290290
for order=2:2, scalar_or_vector in (:scalar,:vector)
291291
test_2d(ranks,order,_field_type(Val{2}(),scalar_or_vector), num_amr_steps=5)
292292
test_3d(ranks,order,_field_type(Val{3}(),scalar_or_vector), num_amr_steps=4)

0 commit comments

Comments
 (0)