Skip to content

Commit

Permalink
Reactivating accidentally deactivated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Jul 12, 2024
1 parent c4424ea commit 0dc4ddb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/PoissonNonConformingOctreeModelsTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,12 @@ module PoissonNonConformingOctreeModelsTests
#debug_logger = ConsoleLogger(stderr, Logging.Debug)
#global_logger(debug_logger); # Enable the debug logger globally
ranks = distribute(LinearIndices((MPI.Comm_size(MPI.COMM_WORLD),)))
# for Dc=3:3, perm=1:4, order=1:4, scalar_or_vector in (:scalar,)
# test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
# end
# for Dc=2:3, perm in (1,2), order in (1,4), scalar_or_vector in (:vector,)
# test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
# end
for Dc=3:3, perm=1:4, order=1:4, scalar_or_vector in (:scalar,)
test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
end
for Dc=2:3, perm in (1,2), order in (1,4), scalar_or_vector in (:vector,)
test(ranks,Val{Dc},perm,order,_field_type(Val{Dc}(),scalar_or_vector))
end
for order=2:2, scalar_or_vector in (:scalar,:vector)
test_2d(ranks,order,_field_type(Val{2}(),scalar_or_vector), num_amr_steps=5)
test_3d(ranks,order,_field_type(Val{3}(),scalar_or_vector), num_amr_steps=4)
Expand Down

0 comments on commit 0dc4ddb

Please sign in to comment.