From 42da2eaafeddcb6514bb9bc2f652d45331062532 Mon Sep 17 00:00:00 2001 From: Travis Arnold Date: Fri, 18 Oct 2024 07:57:38 -0600 Subject: [PATCH] Fix infrastructure buildout test --- pareto/tests/test_strategic_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pareto/tests/test_strategic_model.py b/pareto/tests/test_strategic_model.py index 9f6e510c..5e199f6f 100644 --- a/pareto/tests/test_strategic_model.py +++ b/pareto/tests/test_strategic_model.py @@ -1411,7 +1411,7 @@ def test_infrastructure_buildout(build_toy_strategic_model): "objective": Objectives.cost, "pipeline_cost": PipelineCost.distance_based, # distance_based "pipeline_capacity": PipelineCapacity.calculated, - "infrastructure_timing": InfrastructureTiming.false, + "infrastructure_timing": InfrastructureTiming.true, } )