Skip to content

Commit

Permalink
rectify line 54
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupaysign committed Aug 14, 2024
1 parent 90c09a8 commit f89c07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lidro/main_create_virtual_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def main(config: DictConfig):
# Parameters for creating virtual point
input_mask_hydro = config.io.input_mask_hydro
input_skeleton = config.io.input_skeleton
input_dir_point_skeleton = config.io.input_dir_points_skeleton
input_dir_point_skeleton = config.io.input_dir_point_skeleton
crs = CRS.from_user_input(config.io.srid)
s = config.virtual_point.vector.s

Expand Down

0 comments on commit f89c07e

Please sign in to comment.