Skip to content

Commit 3971f74

Browse files
committed
don't fail silently
1 parent b472018 commit 3971f74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/compas_rhino/geometry/brep

src/compas_rhino/geometry/brep/brep.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ def is_convex(self):
252252

253253
@property
254254
def is_infinite(self):
255-
pass
255+
# TODO: what does this exactly mean? couldn't find in the Rhino API
256+
raise NotImplementedError
256257

257258
@property
258259
def is_orientable(self):

0 commit comments

Comments
 (0)