Skip to content

Commit

Permalink
another typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Nov 13, 2024
1 parent 4911e5e commit 8ef8459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flint/masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def reverse_negative_flood_fill(
increase_factor=masking_options.flood_fill_positive_seed_clip,
box_size=masking_options.flood_fill_use_mbc_box_size,
adaptive_max_depth=masking_options.flood_fill_use_mbc_adaptive_max_depth,
adaptive_box_step=masking_options.flood_fill_use_mbc_adative_step_factor,
adaptive_box_step=masking_options.flood_fill_use_mbc_adaptive_step_factor,
adaptive_skew_delta=masking_options.flood_fill_use_mbc_adaptive_skew_delta,
)
flood_floor_mask = minimum_absolute_clip(
Expand Down

0 comments on commit 8ef8459

Please sign in to comment.