Skip to content

Commit 2e20265

Browse files
Jammy2211Jammy2211
authored andcommitted
probing border relocation
1 parent 8443aa2 commit 2e20265

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoarray/inversion/pixelization/border_relocator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ def relocated_grid_via_ellipse_border_from(grid, origin, a, b, phi, xp=np, eps=1
284284
Numerical safety epsilon.
285285
"""
286286

287+
return grid
288+
287289
# shift to origin
288290
dy = grid[:, 0] - origin[0]
289291
dx = grid[:, 1] - origin[1]

0 commit comments

Comments
 (0)