Skip to content

Commit e32118b

Browse files
committed
test pass
1 parent 29ca8d2 commit e32118b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autolens/lens/plot/ray_tracing_plotters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TracerPlotter(LensingObjPlotter):
1313
def __init__(
1414
self,
1515
tracer: Tracer,
16-
grid: aa.Grid2D,
16+
grid: aa.type.Grid2DLike,
1717
mat_plot_1d: aplt.MatPlot1D = aplt.MatPlot1D(),
1818
visuals_1d: aplt.Visuals1D = aplt.Visuals1D(),
1919
include_1d: aplt.Include1D = aplt.Include1D(),

0 commit comments

Comments
 (0)