Skip to content

Commit 358a1e9

Browse files
Jammy2211Jammy2211
authored andcommitted
another
1 parent ce674be commit 358a1e9

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
@@ -311,7 +311,7 @@ def relocated_grid_via_ellipse_border_from(grid, origin, a, b, phi, xp=np, eps=1
311311

312312
moved = xp.stack([origin[0] + dy2, origin[1] + dx2], axis=1)
313313

314-
return grid
314+
return moved
315315

316316
return xp.where(outside[:, None], moved, grid)
317317

0 commit comments

Comments
 (0)