Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/dscim/preprocessing/input_damages.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def concatenate_damage_output(damage_dir, basename, save_path):
def calculate_labor_impacts(input_path, file_prefix, variable, val_type):
"""Calculate impacts for labor results.

Paramemters
Parameters
----------
input_path str
Path to model/gcm/iam/rcp/ folder, usually from the
Expand Down Expand Up @@ -538,7 +538,7 @@ def calculate_energy_impacts(input_path, file_prefix, variable):
and re-index to add region dimension. This is needed to adjust the
projection file outcomes that do not have a region dimension

Paramemters
Parameters
----------
input_path str
Path to model/gcm/iam/rcp/ folder, usually from the
Expand Down
Loading