Skip to content

Commit

Permalink
Fix infrastructure buildout test
Browse files Browse the repository at this point in the history
  • Loading branch information
tarnold17 committed Oct 18, 2024
1 parent 1b24d9f commit 42da2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pareto/tests/test_strategic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
)

Expand Down

0 comments on commit 42da2ea

Please sign in to comment.