From 8d47ff9fb4699cd3b34e7d0efef4d6b9bf664667 Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 12 Apr 2023 21:42:56 -0700 Subject: [PATCH] wrong func name --- masque/pattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/pattern.py b/masque/pattern.py index 8bea904..13dba63 100644 --- a/masque/pattern.py +++ b/masque/pattern.py @@ -368,7 +368,7 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable): mirr_x, rot2 = normalize_mirror(ref.mirrored) if mirr_x: ubounds[:, 1] *= -1 - bounds = numpy.round(rotation_matrix(ref.rotation + rot2)) @ ubounds + bounds = numpy.round(rotation_matrix_2d(ref.rotation + rot2)) @ ubounds # note: rounding fixes up else: