-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
📜 type: APIInvolves API change(s)Involves API change(s)
Milestone
Description
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
inslic
,max_iterations
inactive_contour
,iterations
inrichardson_lucy
,n_iter_max
indenoise_tv_chambolle
,niter
inoptical_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
Labels
📜 type: APIInvolves API change(s)Involves API change(s)
Projects
Status
Done