Skip to content

Commit

Permalink
simplify grid over sampled API
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Dec 16, 2024
1 parent 812eaaa commit 8055f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogalaxy/galaxy/galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ def traced_grid_2d_from(self, grid: aa.type.Grid2DLike) -> aa.type.Grid2DLike:
values=grid - self.deflections_yx_2d_from(grid=grid),
mask=grid.mask,
over_sampling_size=grid.over_sampling_size,
grid_over_sampled=grid.grid_over_sampled - self.deflections_yx_2d_from(
grid=grid.grid_over_sampled
over_sampled=grid.over_sampled - self.deflections_yx_2d_from(
grid=grid.over_sampled
)
)

Expand Down

0 comments on commit 8055f80

Please sign in to comment.