Skip to content

Commit e15aed0

Browse files
Jammy2211Jammy2211
authored andcommitted
fix kernel unit test
1 parent 703b1f4 commit e15aed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_autoarray/structures/arrays/test_kernel_2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,4 @@ def test__convolve_imaged_from__via_fft__sizes_not_precomputed__compare_numerica
528528
blurring_image=blurring_image
529529
)
530530

531-
assert blurred_fft.native.array[13, 13] == pytest.approx(250.0, rel=1e-6, abs=1e-6)
531+
assert blurred_fft.native.array[13, 13] == pytest.approx(249.5, abs=1e-6)

0 commit comments

Comments
 (0)