From 37791f99855df33e4fe3adf59ced14fe9b0c1b7c Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Wed, 27 Apr 2016 15:27:12 +0200 Subject: [PATCH] Ces lignes plantent en V7_dev avec le OT161. Output en cohrence avec test de non regression. --- generator/OpenturnsSTD.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/OpenturnsSTD.py b/generator/OpenturnsSTD.py index f2659e1c..1bbaf04b 100644 --- a/generator/OpenturnsSTD.py +++ b/generator/OpenturnsSTD.py @@ -687,8 +687,8 @@ class STDGenerateur : txt += " # view.show(block=True)\n" txt += " #else:\n" txt += " # print 'Warning: cannot display image', %s.getBitmap(), '(probably because no X server was found)'\n" % self.variable["kernelSmoothedGraph"] - txt += " print 'bitmap =', %s.getBitmap()\n" % self.variable["kernelSmoothedGraph"] - txt += " print 'postscript =', %s.getPostscript()\n" % self.variable["kernelSmoothedGraph"] + #txt += " print 'bitmap =', %s.getBitmap()\n" % self.variable["kernelSmoothedGraph"] + #txt += " print 'postscript =', %s.getPostscript()\n" % self.variable["kernelSmoothedGraph"] txt += "\n" return txt -- 2.39.2