Skip to content

Commit 3038cac

Browse files
committed
FIX: inconsistend constructor build for df_geometries dfface
1 parent 314f56e commit 3038cac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/gh/diffCheck/diffCheck/df_geometries.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ class DFFace:
7575
joint_id: Optional[int] = None
7676

7777
def __post_init__(self):
78-
if len(self.all_loops[0]) < 3:
79-
raise ValueError("A face must have at least 3 vertices")
8078
self.all_loops = self.all_loops
8179

8280
self.joint_id = self.joint_id

0 commit comments

Comments
 (0)