Skip to content

Commit

Permalink
Added failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Jun 14, 2024
1 parent b8f555d commit b487bd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/DistributedTests/sequential/PoissonTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module PoissonTestsSeq
using PartitionedArrays
include("../PoissonTests.jl")
with_debug() do distribute
PoissonTests.main(distribute,(2,2))
PoissonTests.main(distribute,(4,1),cells=(12,12),geometry=:remotes)
PoissonTests.main(distribute,(2,2)) # Passes test
PoissonTests.main(distribute,(2,4)) # Fails test (L2 and H1 errors above tolerances)
# PoissonTests.main(distribute,(4,1),cells=(12,12),geometry=:remotes)
end
end

0 comments on commit b487bd0

Please sign in to comment.