You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a follow-up issue. the test create_multipolygon_from_coordinates doesn't pass. I had to add a line check(create_multipolygon_from_coordinate_list) to actually run it and afterwards got this error:
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
Cell In[3], line 1
----> 1 check(create_multipolygon_from_coordinate_list)
Cell In[2], line 6, in check(candidate)
4 from shapely.geometry import MultiPolygon
5 ref_poly = candidate(points)
----> 6 assert ref_poly.is_valid
7 assert isinstance(ref_poly,MultiPolygon)
AssertionError:
Feel free to add the test-case again by sending a new pull-request.
Thanks!
Best,
Robert
The text was updated successfully, but these errors were encountered:
Hi @pr4deepr ,
this is a follow-up issue. the test create_multipolygon_from_coordinates doesn't pass. I had to add a line
check(create_multipolygon_from_coordinate_list)
to actually run it and afterwards got this error:Feel free to add the test-case again by sending a new pull-request.
Thanks!
Best,
Robert
The text was updated successfully, but these errors were encountered: