Skip to content

Commit

Permalink
fix(model): Change iesve to ies until honeybee-iesve is released
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Dec 31, 2024
1 parent 1f06ab4 commit 15ed1af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions honeybee/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2149,6 +2149,8 @@ def check_for_extension(self, extension_name='All',
energy_extensions = ('energyplus', 'openstudio', 'designbuilder')
if extension_name in energy_extensions:
extension_name = 'energy'
elif extension_name == 'iesve':
extension_name = 'ies'

# check the extension attributes
assert self.tolerance != 0, \
Expand Down

0 comments on commit 15ed1af

Please sign in to comment.