-
Notifications
You must be signed in to change notification settings - Fork 68
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
Conversation
added antialiasing keyword
@mcenerney1 why setting threshold to None? |
@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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah thanks @doutriaux1
@mcenerney1 diagnostics tests are failing. 492/495 Test #490: diags_test_11 ..........................................._Failed 49.84 sec |
turned off the keep flag that prevented to test results
added antialiasing keyword