Additional test for BUG #5: vtkPolyData::RemoveDeletedCells does not …#2124
Additional test for BUG #5: vtkPolyData::RemoveDeletedCells does not …#2124doutriaux1 merged 5 commits intomasterfrom
Conversation
…remove GlobalIds or points.
|
@doutriaux1 @aashish24 This is an additional test for the vcs isofill fix. Please review. |
|
Do: test |
|
@doutriaux1 I should add the previous tests from datawc commit as well isn't it? |
|
I think so |
* don't go to directory, clone repo instead * 3 repos splitted: cdtime, cdms2, regrid2 * cdutil split * genutil splitted * cmor gone a long time ago * beyhond obsolete package * visus is deprecated * split wk * Thermo migrated * moved distarray xmgrace psql vcsaddons unidata * moved a bunch of package to a 'Dead' directory * removed vcs repo * clone from build directory * removed DV3D * removed mac from test on travis, it always hangs * testing is being moved to vcs * checking out the same branch on all repo as the current branch * trying ot use testing from vcs rather than package * more testing to vcs regression changes * clean local
* Add numpy1_11 fixes * Add numpy1_11 for cdat_module_extra * add cmor * force channell nadeau1/label/1234 for testing * wrong channel * add some echo commands * fix test suite vcs import
|
@danlipsa almost all good, but in diags the vectors disappeared, see: |
|
@doutriaux1 I'll take a look. |
|
@danlipsa any progress on this? I would like to merge it in soon |
|
@doutriaux1 I should be able to push a fix soon. The problem is similar with what I fixed before but slightly trickier - I cannot set the hidden vectors to a value because they'll still show up. I try to just delete the points. |
|
@doutriaux1 Feel free to apply your commits to the master branch. This way you won't depend on my PR. Your commits and my PR should be independent. |
|
@doutriaux1 @aashish24 An update on this. Here is a picture that shows the hidden points in red. I remove the cells around the hidden points, but note that there are some points left in the hidden area. |
|
@danlipsa I think this is fine, but can you push this so that we see the new baselines differences on cdash? It's easier with the slider. |
|
@doutriaux1 @aashish24 I pushed the fix. All tests pass in dignostics - probably the difference I pointed out is too small. A new baseline was changed in uvcdat. |
|
For your reference, these are the additional PRs: |



…remove GlobalIds or points.