From: Anthony Geay Date: Wed, 10 Jul 2019 06:38:52 +0000 (+0200) Subject: [CEA17117] : Fix script to minimize diff X-Git-Tag: V9_4_0a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2eaeca5549dad601bc6feb224f641c0219780232;p=modules%2Fparavis.git [CEA17117] : Fix script to minimize diff --- diff --git a/src/Plugins/MEDReader/Test/testMEDReader21.py b/src/Plugins/MEDReader/Test/testMEDReader21.py index de077471..dc6633e3 100644 --- a/src/Plugins/MEDReader/Test/testMEDReader21.py +++ b/src/Plugins/MEDReader/Test/testMEDReader21.py @@ -124,14 +124,14 @@ if '-D' not in sys.argv: # create a new 'Glyph' glyph1 = Glyph(Input=eLNOMesh1, GlyphType='Arrow') - glyph1.ScaleArray = ['POINTS', 'MyField'] + glyph1.ScaleArray = [] glyph1.OrientationArray = ['POINTS', 'No orientation array'] - glyph1.MaximumGlyphSize = 0.15000000000000002 + glyph1.ScaleFactor = 0.15000000000000002 glyph1.GlyphTransform = 'Transform2' # Properties modified on glyph1 glyph1.GlyphType = 'Sphere' - glyph1.MaximumGlyphSize = 0.15 + glyph1.ScaleFactor = 0.15 # show data in view glyph1Display = Show(glyph1, renderView1)