Skip to content

Commit

Permalink
Add cooling variant to type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
measrainsey committed Sep 11, 2024
1 parent 8611cbd commit c445299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message_ix_models/tools/costs/regional_differentiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_intratec_data() -> pd.DataFrame:


def get_raw_technology_mapping(
module: Literal["energy", "materials"],
module: Literal["energy", "materials", "cooling"],
) -> pd.DataFrame:
"""Retrieve a technology mapping for `module`.
Expand Down Expand Up @@ -234,7 +234,7 @@ def subset_module_map(raw_map):


def adjust_technology_mapping(
module: Literal["energy", "materials"],
module: Literal["energy", "materials", "cooling"],
) -> pd.DataFrame:
"""Adjust technology mapping based on sources and assumptions.
Expand Down

0 comments on commit c445299

Please sign in to comment.