From e79f8658374cc6efa21c906aba5ebfb12ce928b5 Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 7 Oct 2019 19:47:57 +0300 Subject: [PATCH] salome_test correction --- bin/paravis_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/paravis_test.py b/bin/paravis_test.py index d4349fd8..c3a41227 100644 --- a/bin/paravis_test.py +++ b/bin/paravis_test.py @@ -106,7 +106,7 @@ class TestParavis(unittest.TestCase): self.assertIsNotNone(glyph) glyph.OrientationArray = ['POINTS', 'vitesse_3c'] glyph.ScaleArray = ['POINTS', 'No scale array'] - glyph.MaximumGlyphSize = 0.01 + glyph.ScaleFactor = 0.01 vectors = pvs.Show(glyph, view) self.assertIsNotNone(vectors) vectors.Representation = 'Surface' -- 2.30.2