From 2eaeca5549dad601bc6feb224f641c0219780232 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Wed, 10 Jul 2019 08:38:52 +0200 Subject: [PATCH] [CEA17117] : Fix script to minimize diff --- src/Plugins/MEDReader/Test/testMEDReader21.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.2