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

turned off the keep flag that prevented to test results #1615

Merged
merged 8 commits into from
Oct 26, 2015

Conversation

mcenerney1
Copy link
Contributor

added antialiasing keyword

@aashish24
Copy link
Contributor

@mcenerney1 why setting threshold to None?

@doutriaux1
Copy link
Contributor

@aashish24 these are my changes (pushed from @mcenerney1 computer). I set it to None to mean "use default threshold" if set to another value then the test will use that value.

@@ -82,6 +83,8 @@ def closeness( self, varname, filename, rtol, atol ):
return close
def execute(self, test_str, imagefilename, imagethreshold, ncfiles, rtol, atol):
print test_str
if imagethreshold is None: # user didn't specify a value
Copy link
Contributor

Choose a reason for hiding this comment

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

@aashish24 this is why we have None

Copy link
Contributor

Choose a reason for hiding this comment

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

ah thanks @doutriaux1

@aashish24
Copy link
Contributor

@mcenerney1 diagnostics tests are failing.

492/495 Test #490: diags_test_11 ..........................................._Failed 49.84 sec
Start 491: diags_test_12
493/495 Test #491: diags_test_12 ...........................................
_Failed 15.71 sec

doutriaux1 added a commit that referenced this pull request Oct 26, 2015
turned off the keep flag that prevented to test results
@doutriaux1 doutriaux1 merged commit b32e99c into master Oct 26, 2015
@doutriaux1 doutriaux1 deleted the uvcmerics_test_suite_fix branch October 26, 2015 22: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.

3 participants