Skip to content

Commit

Permalink
fix: correct construction of StrategyReinforcementInput instances (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdtK authored Nov 13, 2024
1 parent 5450a2c commit 3ab9c75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_reinforcement(
return StrategyReinforcementInput(
reinforcement_type=reinforcement_cost.reinforcement_type,
base_costs=reinforcement_cost.base_costs,
base_costs_with_surtax=reinforcement_cost.base_costs,
base_costs_with_surtax=reinforcement_cost.base_costs_with_surtax,
ground_level_surface=_reinforcement.new_ground_level_surface,
)

Expand Down

0 comments on commit 3ab9c75

Please sign in to comment.