From b10803efe935ecffb7d96833e8c2331c5178328d Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 28 Jul 2024 20:19:59 -0700 Subject: [PATCH] pass along string arg --- masque/pattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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