Skip to content

Commit 9be9c8b

Browse files
authored
changed test value in Example312 (#67)
- changed test value due to change in grid from WIAS-PDELib/SimplexGridFactory.jl#26 - Interesse tolerante for macos tests
1 parent c3c26db commit 9be9c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example312_PeriodicBoundary3D.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ end
186186
generateplots = ExtendableFEM.default_generateplots(Example312_PeriodicBoundary3D, "example312.png") #hide
187187
function runtests() #hide
188188
sol, plt = main() #hide
189-
@test abs(maximum(view(sol[1])) - 1.8038107003663026) < 1.0e-3 #hide
189+
@test abs(maximum(view(sol[1])) - 1.8004602502175202) < 2.0e-3 #hide
190190
return nothing #hide
191191
end #hide
192192

0 commit comments

Comments
 (0)