Skip to content

Commit 12de13b

Browse files
Jammy2211Copilot
andauthored
Update test_autoarray/inversion/regularizations/test_matern_adaptive_brightness_kernel.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a14f39a commit 12de13b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test_autoarray/inversion/regularizations/test_matern_adaptive_brightness_kernel.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,8 @@ def test__regularization_matrix():
1212
coefficient=1.0, scale=2.0, nu=2.0, rho=1.0
1313
)
1414

15-
neighbors = np.array(
16-
[
17-
[1, 4, -1, -1],
18-
[2, 4, 0, -1],
19-
[3, 4, 5, 1],
20-
[5, 2, -1, -1],
21-
[5, 0, 1, 2],
22-
[2, 3, 4, -1],
23-
]
24-
)
25-
26-
neighbors_sizes = np.array([2, 3, 4, 2, 4, 3])
2715
pixel_signals = np.array([1.0, 2.0, 3.0, 4.0, 5.0, 6.0])
2816

29-
mesh_grid = aa.m.MockMeshGrid(neighbors=neighbors, neighbors_sizes=neighbors_sizes)
30-
3117
source_plane_mesh_grid = aa.Grid2D.no_mask(
3218
values=[[0.1, 0.1], [1.1, 0.6], [2.1, 0.1], [0.4, 1.1], [1.1, 7.1], [2.1, 1.1]],
3319
shape_native=(3, 2),

0 commit comments

Comments
 (0)