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