Merge remote-tracking branch 'origin/master'
# Conflicts: # .gitignore
This commit is contained in:
commit
5cddbd363f
Binary file not shown.
Binary file not shown.
|
@ -27,7 +27,7 @@ class AirSourceHPExport(HeatPumpExport):
|
|||
template_path = (base_path / tmp_file)
|
||||
super().__init__(base_path, city, output_path, template_path)
|
||||
|
||||
def _extract_model_coff(self, hp_model: str, data_type='heat') -> Union[Tuple[List, List], None]:
|
||||
def _extract_model_coff(self, hp_model: str, data_type='heat') -> Union[List, None]:
|
||||
"""
|
||||
Extracts heat pump coefficient data for a specific
|
||||
model. e.g 012, 140
|
||||
|
|
Loading…
Reference in New Issue
Block a user