Skip to content

Commit f4f4059

Browse files
committed
update expected value
1 parent 79577be commit f4f4059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_cx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_warp_tiles():
127127
)
128128
assert wimg[100, 100, :].tolist() == [247, 246, 241, 255]
129129
assert wimg[100, 200, :].tolist() == [246, 246, 241, 255]
130-
assert wimg[20, 120, :].tolist() == [139, 128, 149, 255]
130+
assert wimg[20, 120, :].tolist() == [139, 128, 148, 255]
131131

132132

133133
@pytest.mark.network

0 commit comments

Comments
 (0)