Skip to content

Commit

Permalink
Multiply damage fraction column only
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-fred committed Mar 27, 2024
1 parent e68287c commit dce80ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/transport-flood/event_set_direct_damages.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

logging.info(f"Rehab cost multiplier: {rehab_cost_multiplier}")

rehab_cost = rehab_cost * rehab_cost_multiplier
rehab_cost.iloc[:, 1] = rehab_cost.iloc[:, 1] * rehab_cost_multiplier
logging.info(f"Rehabilitation costs after multiplier\n{rehab_cost}")

logging.info("Annotate network with rehabilitation costs")
Expand Down

0 comments on commit dce80ff

Please sign in to comment.