Skip to content

Commit d35dccb

Browse files
Jammy2211Jammy2211
authored andcommitted
small changes
1 parent c0703d5 commit d35dccb

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

autolens/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
from autoarray.structures.grids.uniform_2d import Grid2D
4040
from autoarray.structures.grids.irregular_2d import Grid2DIrregular
4141
from autoarray.structures.mesh.rectangular_2d import Mesh2DRectangular
42-
from autoarray.structures.mesh.voronoi_2d import Mesh2DVoronoi
4342
from autoarray.structures.mesh.delaunay_2d import Mesh2DDelaunay
4443
from autoarray.structures.triangles.shape import Circle
4544
from autoarray.structures.triangles.shape import Triangle

autolens/plot/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
VectorYXQuiver,
3030
PatchOverlay,
3131
DelaunayDrawer,
32-
VoronoiDrawer,
3332
OriginScatter,
3433
MaskScatter,
3534
BorderScatter,

test_autolens/imaging/test_simulate_and_fit_imaging.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)