Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Nov 20, 2024
1 parent 6069e74 commit 3fe3a8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_footprint_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,5 +320,4 @@ def test_forge_py_open_cv():
wkt_alphashape = forge.generate_footprint(
lon_data, lat_data, strategy=strategy, **footprint_params
)
print(wkt_alphashape)
assert compare_shapes_similarity(wkt_alphashape, polygon_shape)

0 comments on commit 3fe3a8f

Please sign in to comment.