severity 666655 minor thanks
> > ====================================================================== > > FAIL: /«PKGBUILDDIR»/shapely/tests/cascaded_union.txt > > Doctest: cascaded_union.txt > > ---------------------------------------------------------------------- > > Traceback (most recent call last): > > File "/usr/lib/python2.7/doctest.py", line 2201, in runTest > > raise self.failureException(self.format_failure(new.getvalue())) > > AssertionError: Failed doctest test for cascaded_union.txt > > File "/«PKGBUILDDIR»/shapely/tests/cascaded_union.txt", line 0 > > > > ---------------------------------------------------------------------- > > File "/«PKGBUILDDIR»/shapely/tests/cascaded_union.txt", line 22, in > > cascaded_union.txt > > Failed example: > > cascaded_union(spots) # doctest: +ELLIPSIS > > Expected: > > <shapely.geometry.multipolygon.MultiPolygon object at 0x...> > > Got: > > <shapely.geometry.polygon.Polygon object at 0x307ff50> > > > > The bug is in the random generator of the buildd... OK, joking: the failed test includes scattering some random points and verify that the "patches" built around them form a "MultiPolygon": it will sometimes (rarely) fail because they build a (connected) "Polygon". I'll solve that on next upload, but for the moment I'm lowering severity. Pietro -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org