Skip to content

Commit

Permalink
fix(release): Trigger new release to get around rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Mar 20, 2024
1 parent ab3aeef commit ed31743
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions honeybee/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2319,8 +2319,7 @@ def check_rooms_solid(self, tolerance=None, angle_tolerance=None,
tolerance will be used. (Default: None).
angle_tolerance: The max angle difference in degrees that vertices are
allowed to differ from one another in order to consider them colinear.
Default: 1 degree. If None, the Model angle_tolerance will be
used. (Default: None).
If None, the Model angle_tolerance will be used. (Default: None).
raise_exception: Boolean to note whether a ValueError should be raised
if the room geometry does not form a closed solid. (Default: True).
detailed: Boolean for whether the returned object is a detailed list of
Expand Down

0 comments on commit ed31743

Please sign in to comment.