Skip to content

Commit

Permalink
Shorten line
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Jun 27, 2024
1 parent 3b69550 commit 83bc21f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/demandlib/bdew/heat_building.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ def get_sigmoid_parameters(self, filename="shlp_sigmoid_factors.csv"):

wrong_number_of_parameters_message = (
"{} sigmoid parameters found for "
+ f"building_class={self.building_class}, shlp_type={self.shlp_type}, "
+ f"building_class={self.building_class}, "
+ f"shlp_type={self.shlp_type}, "
+ f"wind_class={self.wind_class}. Should be 1."
)

Expand Down

0 comments on commit 83bc21f

Please sign in to comment.