Skip to content

Commit 30cd355

Browse files
Jammy2211Jammy2211
authored andcommitted
one more frac
1 parent 117b754 commit 30cd355

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
@@ -264,7 +264,7 @@ def ellipse_params_via_border_pca_from(border_grid, xp=np, eps=1e-12):
264264

265265

266266
def relocated_grid_via_ellipse_border_from(
267-
grid, origin, a, b, phi, xp=np, eps=1e-12, border_frac=1e-3
267+
grid, origin, a, b, phi, xp=np, eps=1e-12, border_frac=1e-2
268268
):
269269
"""
270270
Move points outside the ellipse to a contour slightly *outside* the border

0 commit comments

Comments
 (0)