We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4307033 commit 5a1d1e3Copy full SHA for 5a1d1e3
1 file changed
pybdr/geometry/operation/boundary.py
@@ -111,7 +111,7 @@ def _polytope2zonotope(src: Polytope, r: float):
111
112
def _zonotope2zonotope_new(src: Zonotope, r: float):
113
bound_boxes = _zonotope2interval(src, r)
114
- return [cvt2(box, Geometry.TYPE.POLYTOPE) for box in bound_boxes]
+ return [cvt2(box, Geometry.TYPE.ZONOTOPE) for box in bound_boxes]
115
116
117
def _zonotope2zonotope(src: Zonotope, r: float):
0 commit comments