File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939from autoarray .structures .grids .uniform_2d import Grid2D
4040from autoarray .structures .grids .irregular_2d import Grid2DIrregular
4141from autoarray .structures .mesh .rectangular_2d import Mesh2DRectangular
42- from autoarray .structures .mesh .voronoi_2d import Mesh2DVoronoi
4342from autoarray .structures .mesh .delaunay_2d import Mesh2DDelaunay
4443from autoarray .structures .triangles .shape import Circle
4544from autoarray .structures .triangles .shape import Triangle
Original file line number Diff line number Diff line change 2929 VectorYXQuiver ,
3030 PatchOverlay ,
3131 DelaunayDrawer ,
32- VoronoiDrawer ,
3332 OriginScatter ,
3433 MaskScatter ,
3534 BorderScatter ,
Original file line number Diff line number Diff line change @@ -566,8 +566,6 @@ def test__simulate_imaging_data_and_fit__linear_light_profiles_and_pixelization_
566566 galaxies = [lens_galaxy_linear , source_galaxy_pix ]
567567 )
568568
569- import jax .numpy as jnp
570-
571569 fit_linear = al .FitImaging (
572570 dataset = masked_dataset ,
573571 tracer = tracer_linear ,
You can’t perform that action at this time.
0 commit comments