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 2075f80 commit ca93cd6Copy full SHA for ca93cd6
tests/test_proj.py
@@ -21,7 +21,7 @@ def testBounds(self):
21
assertClose(self, 34758, int(b.west))
22
assertClose(self, 359549, int(b.south))
23
assertClose(self, 1883159, int(b.east))
24
- assertClose(self, 1735541, int(b.north))
+ assertClose(self, 1736633, int(b.north))
25
assert p == b.proj
26
27
b = p.geobounds
0 commit comments