Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmarks: fix ResizeLocalMeanSuite.time_resize_local_mean signature #5426

Merged
merged 1 commit into from Jun 11, 2021

Conversation

jaimergp
Copy link
Contributor

Description

Running asv check will fail on current main due to this incomplete function signature. time_* functions need (apparently) to accept all the parameters specified in the class (a total of six, in this case). They can also admit an arbitrary number of arguments with *args, which is the proposed fix.

Checklist

For reviewers

  • Check that the PR title is short, concise, and will make sense 1 year
    later.
  • Check that new functions are imported in corresponding __init__.py.
  • Check that new features, API changes, and deprecations are mentioned in
    doc/release/release_dev.rst.

Copy link
Contributor

@grlee77 grlee77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. current CI won't test this, so will go ahead and merge now

@grlee77 grlee77 merged commit f93e6ef into scikit-image:main Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants