We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ca8d2 commit e32118bCopy full SHA for e32118b
1 file changed
autolens/lens/plot/ray_tracing_plotters.py
@@ -13,7 +13,7 @@ class TracerPlotter(LensingObjPlotter):
13
def __init__(
14
self,
15
tracer: Tracer,
16
- grid: aa.Grid2D,
+ grid: aa.type.Grid2DLike,
17
mat_plot_1d: aplt.MatPlot1D = aplt.MatPlot1D(),
18
visuals_1d: aplt.Visuals1D = aplt.Visuals1D(),
19
include_1d: aplt.Include1D = aplt.Include1D(),
0 commit comments