From: Anthony Geay Date: Tue, 20 Apr 2021 08:53:03 +0000 (+0200) Subject: Fix testMEDReader16 in PV590 X-Git-Tag: V9_7_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1f8b85501c578c6e79a6c6752e712225e80e6e45;p=modules%2Fparavis.git Fix testMEDReader16 in PV590 --- diff --git a/src/Plugins/MEDReader/plugin/Test/testMEDReader16.py b/src/Plugins/MEDReader/plugin/Test/testMEDReader16.py index 88f9bea4..c6622afb 100644 --- a/src/Plugins/MEDReader/plugin/Test/testMEDReader16.py +++ b/src/Plugins/MEDReader/plugin/Test/testMEDReader16.py @@ -60,7 +60,7 @@ def test(): ExtractGroup1.AllGroups=["GRP_grp1"] ELNOfieldToSurface1=ELNOfieldToSurface(Input=ExtractGroup1) ELNOfieldToPointGaussian1=ELNOfieldToPointGaussian(Input=ExtractGroup1) - ELNOfieldToPointGaussian1.SelectSourceArray=['ELNO@MyField'] + ELNOfieldToPointGaussian1.SelectSourceArray=['CELLS','ELNO@MyField'] for elt in [ELNOfieldToSurface1,ELNOfieldToPointGaussian1]: elnoMesh=servermanager.Fetch(ELNOfieldToPointGaussian1,0) vtkArrToTest=elnoMesh.GetBlock(0).GetPointData().GetArray("MyField")