Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New test case didn't pass #148

Open
haesleinhuepf opened this issue Nov 21, 2024 · 0 comments · May be fixed by #151
Open

New test case didn't pass #148

haesleinhuepf opened this issue Nov 21, 2024 · 0 comments · May be fixed by #151

Comments

@haesleinhuepf
Copy link
Owner

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:

---------------------------------------------------------------------------
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant