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

added mask of ones, if no mask is given #41

Merged
merged 3 commits into from
Aug 16, 2022

Commits on Aug 12, 2022

  1. added mask of ones, if no mask is given

    if mask is None, you will get an IndexError from
    /skimage/registration/_masked_phase_cross_correlation.py", line 301, in _flip
    reverse[axis] = slice(None, None, -1)
    IndexError: list assignment index out of range
    kremeyer authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    1fcb891 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. code formatting

    kremeyer committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f5c726a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d880f View commit details
    Browse the repository at this point in the history