Skip to content

Commit c780495

Browse files
update bounds2raster test
1 parent 578a581 commit c780495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_ctx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def test_bounds2raster():
4343
assert_array_almost_equal(rimg.mean(), img.mean())
4444
assert_array_almost_equal(ext, (0.0, 939258.2035682457,
4545
6261721.35712164, 6887893.492833804))
46-
rtr_bounds = [-613.0928221724841, 6262334.050013727,
47-
938645.1107460733, 6888506.185725891]
46+
rtr_bounds = [-611.49622628141, 6262332.853347922,
47+
938646.7073419644, 6888504.989060086]
4848
assert_array_almost_equal(list(rtr.bounds), rtr_bounds)
4949

5050
def test_bounds2img():

0 commit comments

Comments
 (0)