-
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
Boxfill bug branch clean up #1221
Conversation
folowing @aashish24 future new recomendations I'm adding a test to reproduce the problem moving on to fix it now
no baseline as of yet since bug is still in
but user asks for extensions, levels 0 and -1 (last) are replaced with 1.e20 to force the extensions
check against all possible old options not just True reflected new meshfill ext defaults in json test
@dlonie can you review this branch? |
building now |
Fails at cmake:
|
@dlonie I closed the parenthesis, please try again |
@dlonie I forget to mention the baseline : CDAT/uvcdat-testdata#34 |
New test hangs indefinitely:
|
I'm having the same issue @dlonie is on my mac. |
print "fnm:",fnm | ||
print "src:",src | ||
ret = checkimage.check_result_image(fnm+'.png',src,checkimage.defaultThreshold) | ||
raw_input("press enter") |
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.
This would be the source of the issue, @doutriaux1
Tests pass with this diff:
|
What's up with the vertical tick labels in that failing test? https://open.cdash.org/testDetails.php?test=321954010&build=3742825 Is that intended, or a known issue? It doesn't seem related to the branch (the reference image is screwy as well...), merging. |
Boxfill bug branch clean up
@dlonie it looks like we're plotting 2 variable with different yaxis on top of each other. I'll take a look it might be worth cleaning up the test anyway. |
@potter2 this should help your issues
@chaosphere2112 also help with yours (might need to start a new vt though)
@aashish24 @dlonie @chaosphere2112 care to review?