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

Tickets/dm 3105 #40

Merged
merged 4 commits into from
Nov 10, 2015
Merged

Tickets/dm 3105 #40

merged 4 commits into from
Nov 10, 2015

Commits on Nov 10, 2015

  1. Add assertImages/Masks/MaskedImagesNearlyEqual

    Also:
    - Remove masksDiffer and maskedImagesDiffer
      (since the new asserts supersede that code)
    - Add a unit test for these new assertImage-like methods
    - Convert existing tests to use the new asserts
    r-owen committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    bba26d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075cd69 View commit details
    Browse the repository at this point in the history
  3. Modernize tests/kernel.py

    Change numpy.alltrue to numpy.all
    Remove one unused variable
    Modernize exception catching syntax
    r-owen committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    c7acd9d View commit details
    Browse the repository at this point in the history
  4. Clean up issues in tests/warpExposure.py

    tests/warpExposure.py had a number of issues including:
    - One null test was comparing an image to itself (bug)
    - The EDGE mask was still being used
    - One test that was supposed to compare good pixels
      was not comparing image or variance planes
    - Use of numpy.alltrue is deprecated; use numpy.all instead
    r-owen committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    6846ec2 View commit details
    Browse the repository at this point in the history