-
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
Issue 1170 isofill mask #1171
Issue 1170 isofill mask #1171
Conversation
goes with CDAT/uvcdat-testdata#28 |
@doutriaux1 Several tests are failing on my machine with this:
https://www.cdash.org/viewTest.php?onlyfailed&buildid=3745021 The kicker is that, aside from the dv3d test, the baselines are actually invalid and the new images are correct. These tests should have been failing for quite a while. Do we have any idea how many of the valid baselines we're testing against are actually correct? It might be worth having a vcs dev/user make a pass through them and make sure that we're really testing against valid baselines in UVCDAT -- otherwise we're just masking broken code that we should be aware of. |
This is interesting. I guess we are not checking / reviewing code thoroghly. The baselines indeed look wrong to me. |
As for this patch, let's get it in once the additional baselines are added to the testdata patch. |
I agree @dlonie 👍 |
@dlonie that's VERY interesting becausethe ctest actually passed for me yesterday (which was actually disturbing) which is why I added a test to make sure we catch this. I'm very glad it fails for you because it SHOULD fail. Would you mind updating the baselines then since you already have the good updated ones. |
Sure. BTW, you can always grab the images off of a CDash failure page without regenerating them locally. They'll be identical to the ones produced during the test. |
New baselines added. @doutriaux1 Can you retest on your machine and make sure these are working for you? If it passed for you yesterday it's worth seeing what happens with the current verisons -- feel free to merge this if everything looks good on your end. |
@dlonie I will retest with both old and new baseline. I "hope" I simply ran the ctest with a wrong version of uvcdat yesterday! But if not I will try to see why they pass whenthey shouldn't. Thanks for updating the baseline |
@dlonie ok good, these fail for me as well with old baseline! That's reassuring, testing against new baseline and merging in if it passes. |
yeo! we're good to go! merging in. |
No description provided.