diff --git a/masque/pattern.py b/masque/pattern.py index 6f4d89a..0696552 100644 --- a/masque/pattern.py +++ b/masque/pattern.py @@ -616,7 +616,7 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable): Returns: `[[x_min, y_min], [x_max, y_max]]` """ - bounds = self.get_bounds(library) + bounds = self.get_bounds(library, recurse=recurse) assert bounds is not None return bounds