======================================================================
FAIL:
/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/MultiPolygon.txt
Doctest: MultiPolygon.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 2166, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for MultiPolygon.txt
File
"/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/MultiPolygon.txt",
line 0
----------------------------------------------------------------------
File
"/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/MultiPolygon.txt",
line 53, in MultiPolygon.txt
Failed example:
geom.__geo_interface__
Expected:
{'type': 'MultiPolygon', 'coordinates': [[((0.0, 0.0), (0.0, 1.0), (1.0,
1.0), (1.0, 0.0), (0.0, 0.0)), ((0.10000000000000001, 0.10000000000000001),
(0.10000000000000001, 0.20000000000000001), (0.20000000000000001,
0.20000000000000001), (0.20000000000000001, 0.10000000000000001),
(0.10000000000000001, 0.10000000000000001))]]}
Got:
{'type': 'MultiPolygon', 'coordinates': [[((0.0, 0.0), (0.0, 1.0), (1.0,
1.0), (1.0, 0.0), (0.0, 0.0)), ((0.1, 0.1), (0.1, 0.2), (0.2, 0.2), (0.2, 0.1),
(0.1, 0.1))]]}
----------------------------------------------------------------------
Ran 57 tests in 0.276s