From 497002c66841ee4ddf0d45ca80d0d4d86aaca939 Mon Sep 17 00:00:00 2001 From: Boris Kaus Date: Mon, 8 Apr 2024 15:20:29 +0200 Subject: [PATCH] update test --- test/test_MTK_GMG_2D.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_MTK_GMG_2D.jl b/test/test_MTK_GMG_2D.jl index 94ad0e5..ab41404 100644 --- a/test/test_MTK_GMG_2D.jl +++ b/test/test_MTK_GMG_2D.jl @@ -174,7 +174,7 @@ MatParam = (SetMaterialParams(Name="Air", Phase=0, Grid, Arrays, Tracers, Dikes, time_props = MTK_GeoParams_2D(MatParam, Num, Dike_params, CartData_input=Data_2D); # start the main code @test sum(Arrays.Tnew)/prod(size(Arrays.Tnew)) ≈ 251.5482011114283 rtol= 1e-2 -@test sum(time_props.MeltFraction) ≈ 1.0066096298950455 rtol= 1e-5 +@test sum(time_props.MeltFraction) ≈ 0.9976615659825815 rtol= 1e-5 end