@@ -106,7 +106,7 @@ def traced_grid_2d_list_from(
106106 returned list of traced grids will contain three entries corresponding to the input grid after ray-tracing to
107107 redshifts 0.5, 1.0 and 2.0.
108108
109- An input `AstroPy` cosmology object can change the cosmological model, which is used to compute the scaling
109+ An input cosmology object can change the cosmological model, which is used to compute the scaling
110110 factors between planes (which are derived from their redshifts and angular diameter distances). It is these
111111 scaling factors that account for multi-plane ray tracing effects.
112112
@@ -152,6 +152,7 @@ def traced_grid_2d_list_from(
152152 redshift_0 = redshift_list [previous_plane_index ],
153153 redshift_1 = galaxies [0 ].redshift ,
154154 redshift_final = redshift_list [- 1 ],
155+ xp = xp
155156 )
156157
157158 scaled_deflections = (
@@ -193,7 +194,7 @@ def grid_2d_at_redshift_from(
193194 at a set of redshift. The galaxy mass profiles are used to compute deflection angles. Any redshift can be input
194195 even if a plane does not exist there, including redshifts before the first plane of the lens system.
195196
196- An input `AstroPy` cosmology object can change the cosmological model, which is used to compute the scaling
197+ An input cosmology object can change the cosmological model, which is used to compute the scaling
197198 factors between planes (which are derived from their redshifts and angular diameter distances). It is these
198199 scaling factors that account for multi-plane ray tracing effects.
199200
@@ -294,7 +295,7 @@ def time_delays_from(
294295
295296 The time delay is computed using the Fermat potential,
296297
297- An input `AstroPy` cosmology object can change the cosmological model, which is used to compute the scaling
298+ An input cosmology object can change the cosmological model, which is used to compute the scaling
298299 factors between planes (which are derived from their redshifts and angular diameter distances). It is these
299300 scaling factors that account for multi-plane ray tracing effects.
300301
0 commit comments