From 0b94f50e8bec604dcb1234bd099d081a3b38314e Mon Sep 17 00:00:00 2001 From: pospelov <pospelov@fz-juelich.de> Date: Wed, 20 Mar 2013 18:01:30 +0100 Subject: [PATCH] BORNAGAIN_PYTHON switched on --- Core/Core.pro | 2 +- Tests/FunctionalTests/TestPyCore/isgisaxs07.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/Core.pro b/Core/Core.pro index c106f9d410d..0cbef668341 100644 --- a/Core/Core.pro +++ b/Core/Core.pro @@ -6,7 +6,7 @@ TEMPLATE = lib CONFIG += plugin # to remove versions from file name QT -= core gui QMAKE_EXTENSION_SHLIB = so # making standard *.so extension -#CONFIG += BORNAGAIN_PYTHON +CONFIG += BORNAGAIN_PYTHON # ----------------------------------------------------------------------------- # source and headers diff --git a/Tests/FunctionalTests/TestPyCore/isgisaxs07.py b/Tests/FunctionalTests/TestPyCore/isgisaxs07.py index 13267bd234e..10091a66f3f 100644 --- a/Tests/FunctionalTests/TestPyCore/isgisaxs07.py +++ b/Tests/FunctionalTests/TestPyCore/isgisaxs07.py @@ -168,7 +168,6 @@ def RunTest(): diff = GetDifference(result, reference) status = "OK" if(diff > 1e-10 or numpy.isnan(diff)): status = "FAILED" - print diff return "IsGISAXS07", "Mixture of different particles defined in morphology file", status -- GitLab