From b3d73aa6e8e21be09afcd79f50554bb7d0c9591f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Wed, 8 Jan 2025 15:40:23 +0100 Subject: [PATCH] Bump version, compat and fix test --- Project.toml | 4 ++-- test/multimodel.jl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index dc6e11a0..7d273c39 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JutulDarcy" uuid = "82210473-ab04-4dce-b31b-11573c4f8e0a" authors = ["Olav Møyner "] -version = "0.2.38" +version = "0.2.39" [deps] AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c" @@ -68,7 +68,7 @@ LazyArtifacts = "1" LinearAlgebra = "1" LoopVectorization = "0.12.115" MAT = "0.10.3" -MultiComponentFlash = "1.1.15" +MultiComponentFlash = "1.1.16" OrderedCollections = "1.6.2" PartitionedArrays = "0.5" Polyester = "0.6.11, 0.7.3" diff --git a/test/multimodel.jl b/test/multimodel.jl index 0e3c098b..711d06f1 100644 --- a/test/multimodel.jl +++ b/test/multimodel.jl @@ -9,8 +9,8 @@ function test_compositional_with_wells(; kwarg...) @testset "Reservoir" begin res = states[end][:Reservoir] p = res[:Pressure] - p_ref = [5.217526602862003e6, 5.180267757745085e6, 5.137145631361415e6] - @test isapprox(p, p_ref, rtol = 1e-4) + p_ref = [5.218139052839837e6, 5.180811416153696e6, 5.137566116526595e6] + @test isapprox(p, p_ref, rtol = 1e-3) z = res[:OverallMoleFractions] z_ref = [ 0.6032429704979841 0.521568527073734 0.5000266982944569;