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

Conversation

timj
Copy link
Member

@timj timj commented Nov 9, 2015

No description provided.

@@ -25,3 +25,4 @@
import numpy
from .imageLib import *
from .basicUtils import *
from .testUtils import *
Copy link
Member Author

Choose a reason for hiding this comment

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

new line needed here.

Copy link
Contributor

Choose a reason for hiding this comment

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

OK

@r-owen r-owen force-pushed the tickets/DM-3105 branch 3 times, most recently from 9760596 to d75680e Compare November 10, 2015 00:45
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
Change numpy.alltrue to numpy.all
Remove one unused variable
Modernize exception catching syntax
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 r-owen merged commit 6846ec2 into master Nov 10, 2015
@ktlim ktlim deleted the tickets/DM-3105 branch August 25, 2018 06:44
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