Skip to content

Commit ba513a3

Browse files
Jammy2211Jammy2211
authored andcommitted
oops
1 parent 8fd6961 commit ba513a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoarray/inversion/pixelization/border_relocator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def relocated_grid_via_ellipse_border_from(grid, origin, a, b, phi, xp=np, eps=1
298298
# # ellipse radius in normalized coords
299299
# q = (xprime / a) ** 2 + (yprime / b) ** 2
300300

301-
outside = q > 1.0
301+
outside = a > 1.0
302302
# scale = 1.0 / xp.sqrt(xp.maximum(q, 1.0 + eps))
303303
#
304304
# # scale back to boundary

0 commit comments

Comments
 (0)