We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63f1304 + 2775791 commit dad80faCopy full SHA for dad80fa
1 file changed
autogalaxy/galaxy/galaxy.py
@@ -310,6 +310,7 @@ def traced_grid_2d_from(
310
over_sample_size=grid.over_sample_size,
311
over_sampled=grid.over_sampled
312
- self.deflections_yx_2d_from(grid=grid.over_sampled, xp=xp),
313
+ over_sampler=grid.over_sampler,
314
)
315
316
return grid - self.deflections_yx_2d_from(grid=grid, xp=xp)
0 commit comments