Skip to content

Commit

Permalink
Update plot_extraction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiraj-ms committed Jun 18, 2024
1 parent 64a67a0 commit 587eeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plantcv/geospatial/plot_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_field_edges(rectangle):
return edge1, edge2


def create_grid(rectangle, edge1, edge2, ranges, columns, row_length_along_column, vertical_gap):
def create_grid(rectangle, edge1, edge2, columns, row_length_along_column, vertical_gap):
edge1_length = calculate_line_length_in_meters(edge1)
edge2_length = calculate_line_length_in_meters(edge2)
horizontal_threshold = edge1_length/columns
Expand Down

0 comments on commit 587eeff

Please sign in to comment.