Hi @chris,
I’m having difficulty to test the LBT 1.0.9 version, specifically the full_building_energy_model.gh
example file from the honeybee-energy
samples. (attached). I started by opening the samples and I cannot get this one to work.
At first I was getting the “Applying Measures Failed. Check run.log” error, which was solved as you described in this post (I also had the units in Millimetres):
Now I’m getting this message, that I cannot figure out how to solve:
- Solution exception:There must be at least 3 vertices for a Face3D boundary. Got 2
The full report text:
Runtime error (AssertionException): There must be at least 3 vertices for a Face3D boundary. Got 2
Traceback:
line 1643, in _check_vertices_input, “C:\Users\fb\ladybug_tools\python\Lib\site-packages\ladybug_geometry\geometry3d\face.py”
line 620, in remove_colinear_vertices_envelope, “C:\Users\fb\ladybug_tools\python\Lib\site-packages\honeybee\room.py”
line 87, in init, “C:\Users\fb\ladybug_tools\python\Lib\site-packages\ladybug_geometry\geometry3d\face.py”
line 714, in remove_colinear_vertices, “C:\Users\fb\ladybug_tools\python\Lib\site-packages\ladybug_geometry\geometry3d\face.py”
line 963, in remove_colinear_vertices, “C:\Users\fb\ladybug_tools\python\Lib\site-packages\honeybee\face.py”
line 179, in script
I tried troubleshooting the initial geometry by baking the internalized inputs to Rhino, but neither did SelSmall
, SelLine
, SelBadObjects
return any result to filter out the degenerate face.
Is there a way to filter the model to find these objects? How should I approach this problem? What could be causing this?
My LBT install looks like this:
The builds differ to yours in the Github Wiki, but I downloaded them today, I guess that’s why (the point releases are the same, matching the Compatibility Matrix).
Thanks!
(The GH file is the one downloaded from Food4Rhino, from the LadybugTools 1.0.9 Sample folder).
full_building_energy_model.gh (416.6 KB)