We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578a581 commit c780495Copy full SHA for c780495
tests/test_ctx.py
@@ -43,8 +43,8 @@ def test_bounds2raster():
43
assert_array_almost_equal(rimg.mean(), img.mean())
44
assert_array_almost_equal(ext, (0.0, 939258.2035682457,
45
6261721.35712164, 6887893.492833804))
46
- rtr_bounds = [-613.0928221724841, 6262334.050013727,
47
- 938645.1107460733, 6888506.185725891]
+ rtr_bounds = [-611.49622628141, 6262332.853347922,
+ 938646.7073419644, 6888504.989060086]
48
assert_array_almost_equal(list(rtr.bounds), rtr_bounds)
49
50
def test_bounds2img():
0 commit comments