Skip to content

Commit 4ac872a

Browse files
Jammy2211Jammy2211
authored andcommitted
fix weeird unit ests
1 parent 08165cd commit 4ac872a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_autoarray/inversion/pixelization/mappers/test_rectangular.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ def test__edges_transformed(mask_2d_7x7):
137137

138138
mapper = aa.Mapper(mapper_grids=mapper_grids, regularization=None)
139139

140-
assert mapper.edges_transformed[4] == pytest.approx(
140+
assert mapper.edges_transformed[3] == pytest.approx(
141141
np.array(
142142
[1.5, 1.5], # left
143143
),
144144
abs=1e-8,
145-
)
145+
)

0 commit comments

Comments
 (0)