Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
natemacfadden committed May 6, 2024
1 parent 880bfe7 commit ae58884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cytools/polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ def _triang_labels(self,
```
"""
if include_points_interior_to_facets is None:
include_points_interior_to_facets = self.is_reflexive()
include_points_interior_to_facets = not self.is_reflexive()

if include_points_interior_to_facets:
return self.labels
Expand Down

0 comments on commit ae58884

Please sign in to comment.