Skip to content

Commit bd9851f

Browse files
Jammy2211Jammy2211
authored andcommitted
missing xp
1 parent 6b0ddca commit bd9851f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

autolens/lens/to_inversion.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@ def traced_mesh_grid_pg_list(self) -> List[List]:
364364
try:
365365
traced_mesh_grids_list.append(
366366
self.tracer.traced_grid_2d_list_from(
367-
grid=image_plane_mesh_grid
367+
grid=image_plane_mesh_grid,
368+
xp=self._xp
368369
)[plane_index]
369370
)
370371
except AttributeError:

0 commit comments

Comments
 (0)