From 007356ea9055a22066a69ff1c6d2fe5f561001f0 Mon Sep 17 00:00:00 2001 From: Bart de Koning Date: Wed, 24 Apr 2024 08:51:18 +0200 Subject: [PATCH] Fix test --- core/test/allocation_test.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test/allocation_test.jl b/core/test/allocation_test.jl index f5ecfa916..ea3978d5c 100644 --- a/core/test/allocation_test.jl +++ b/core/test/allocation_test.jl @@ -302,7 +302,7 @@ end # lower the subnetwork demands @test subnetwork_demands[(NodeID(:Basin, 2), NodeID(:Pump, 11))] ≈ [3.1, 4.0, 0.0] @test subnetwork_demands[(NodeID(:Basin, 6), NodeID(:Pump, 24))] ≈ [0.004, 0.0, 0.0] - @test subnetwork_demands[(NodeID(:Basin, 10), NodeID(:Pump, 38))][1:2] ≈ [0.001, 0.002] + @test subnetwork_demands[(NodeID(:Basin, 10), NodeID(:Pump, 38))][1:2] ≈ [0.001, 0.001] end @testitem "Allocation level control" begin