8000 Define standard common argument's names · Issue #4154 · scikit-image/scikit-image · GitHub
[go: up one dir, main page]

Skip to content 8000
Define standard common argument's names #4154
@rfezzani

Description

@rfezzani

Description

It is important for a library to be consistent in arguments naming. The issue #4003 points out such problem.
I noticed for example that the argument for the "maximum number of iterations" has at least 5 names over skimage functions:

  • max_iter in slic,
  • max_iterations in active_contour,
  • iterations in richardson_lucy,
  • n_iter_max in denoise_tv_chambolle,
  • niter in optical_flow_tvl1.

What about defining standards for such common argument names and fixing the code base in the same spirit as #4152?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0