Skip to content

Commit

Permalink
And correcting the last of the split lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Nov 17, 2023
1 parent fff61b4 commit c53cb96
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/skan/pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,8 @@ def _get_scale(image, md_path_or_scale):


def process_single_image(
filename,
image_format,
scale_metadata_path,
threshold_radius,
smooth_radius,
brightness_offset,
crop_radius,
smooth_method,
filename, image_format, scale_metadata_path, threshold_radius,
smooth_radius, brightness_offset, crop_radius, smooth_method
):
image = imageio.v2.imread(filename, format=image_format)
scale = _get_scale(image, scale_metadata_path)
Expand Down

0 comments on commit c53cb96

Please sign in to comment.