From 4efb30d3425fbcb6f508c0db7980550c7749c4fe Mon Sep 17 00:00:00 2001 From: Bart de Koning Date: Mon, 11 Nov 2024 14:49:06 +0100 Subject: [PATCH] Fix test --- core/test/allocation_test.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/test/allocation_test.jl b/core/test/allocation_test.jl index 41094f2c5..15f70f3cc 100644 --- a/core/test/allocation_test.jl +++ b/core/test/allocation_test.jl @@ -246,10 +246,11 @@ end model = Ribasim.run(toml_path) (; u, p, t) = model.integrator (; current_storage) = p.basin.current_properties + current_storage = current_storage[Float64[]] du = get_du(model.integrator) Ribasim.formulate_storages!(current_storage, du, u, p, t) - current_storage[Float64[]] ≈ Float32[ + current_storage ≈ Float32[ 1.0346e6, 1.0346e6, 1.0346e6,