From b889bafa7f7acadff866ee0eb793f22eda6ded28 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Tue, 17 Dec 2024 16:11:10 +0100 Subject: [PATCH] Fix test --- core/test/allocation_test.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/core/test/allocation_test.jl b/core/test/allocation_test.jl index c6c324df2..05cb76ce3 100644 --- a/core/test/allocation_test.jl +++ b/core/test/allocation_test.jl @@ -77,6 +77,7 @@ end ) @test ispath(toml_path) model = Ribasim.Model(toml_path) + p = model.integrator.p (; allocation, graph) = p (; main_network_connections, subnetwork_ids, allocation_models) = allocation @test Ribasim.has_main_network(allocation)