From a243ff9a755989fd786d82b836a814177062bdcd Mon Sep 17 00:00:00 2001 From: Christian Merdon <57663257+chmerdon@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:15:22 +0200 Subject: [PATCH 1/4] Update Example312_PeriodicBoundary3D.jl changed test value due to change in grid from https://github.com/WIAS-PDELib/SimplexGridFactory.jl/pull/26 --- examples/Example312_PeriodicBoundary3D.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Example312_PeriodicBoundary3D.jl b/examples/Example312_PeriodicBoundary3D.jl index 671bc869..6eb86532 100644 --- a/examples/Example312_PeriodicBoundary3D.jl +++ b/examples/Example312_PeriodicBoundary3D.jl @@ -186,7 +186,7 @@ end generateplots = ExtendableFEM.default_generateplots(Example312_PeriodicBoundary3D, "example312.png") #hide function runtests() #hide sol, plt = main() #hide - @test abs(maximum(view(sol[1])) - 1.8038107003663026) < 1.0e-3 #hide + @test abs(maximum(view(sol[1])) - 1.8038107003663026) < 0.0036 #hide return nothing #hide end #hide From 3423adaeaeba525f7e700a59d3997cbd7da0b27d Mon Sep 17 00:00:00 2001 From: Christian Merdon <57663257+chmerdon@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:08:20 +0200 Subject: [PATCH 2/4] changed test value instead of tolerance --- examples/Example312_PeriodicBoundary3D.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Example312_PeriodicBoundary3D.jl b/examples/Example312_PeriodicBoundary3D.jl index 6eb86532..15a426c4 100644 --- a/examples/Example312_PeriodicBoundary3D.jl +++ b/examples/Example312_PeriodicBoundary3D.jl @@ -186,7 +186,7 @@ end generateplots = ExtendableFEM.default_generateplots(Example312_PeriodicBoundary3D, "example312.png") #hide function runtests() #hide sol, plt = main() #hide - @test abs(maximum(view(sol[1])) - 1.8038107003663026) < 0.0036 #hide + @test abs(maximum(view(sol[1])) - 1.8004602502175202) < 1e-3 #hide return nothing #hide end #hide From 2cf2db73695acd7f8d5c3736b81bdfe46ff85851 Mon Sep 17 00:00:00 2001 From: Christian Merdon <57663257+chmerdon@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:12:45 +0200 Subject: [PATCH 3/4] pre-commit --- examples/Example312_PeriodicBoundary3D.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Example312_PeriodicBoundary3D.jl b/examples/Example312_PeriodicBoundary3D.jl index 15a426c4..4ef5e547 100644 --- a/examples/Example312_PeriodicBoundary3D.jl +++ b/examples/Example312_PeriodicBoundary3D.jl @@ -186,7 +186,7 @@ end generateplots = ExtendableFEM.default_generateplots(Example312_PeriodicBoundary3D, "example312.png") #hide function runtests() #hide sol, plt = main() #hide - @test abs(maximum(view(sol[1])) - 1.8004602502175202) < 1e-3 #hide + @test abs(maximum(view(sol[1])) - 1.8004602502175202) < 1.0e-3 #hide return nothing #hide end #hide From 7d7dfe368da088fda1d288a7cb07ac26fa9bd186 Mon Sep 17 00:00:00 2001 From: Christian Merdon <57663257+chmerdon@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:01:00 +0200 Subject: [PATCH 4/4] Interesse tolerante for macos tests --- examples/Example312_PeriodicBoundary3D.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Example312_PeriodicBoundary3D.jl b/examples/Example312_PeriodicBoundary3D.jl index 4ef5e547..6915e633 100644 --- a/examples/Example312_PeriodicBoundary3D.jl +++ b/examples/Example312_PeriodicBoundary3D.jl @@ -186,7 +186,7 @@ end generateplots = ExtendableFEM.default_generateplots(Example312_PeriodicBoundary3D, "example312.png") #hide function runtests() #hide sol, plt = main() #hide - @test abs(maximum(view(sol[1])) - 1.8004602502175202) < 1.0e-3 #hide + @test abs(maximum(view(sol[1])) - 1.8004602502175202) < 2.0e-3 #hide return nothing #hide end #hide