From 8080187bf1854d7f0cc1a2531e1d7f4a672ef334 Mon Sep 17 00:00:00 2001 From: farid <farid.mohammadi@iws.uni-stuttgart.de> Date: Tue, 26 Jan 2021 09:42:22 +0100 Subject: [PATCH] Minor changes --- BayesValidRox/tests/PA-A/Benchmark_PAA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BayesValidRox/tests/PA-A/Benchmark_PAA.py b/BayesValidRox/tests/PA-A/Benchmark_PAA.py index c8eb66246..f8fcbebf5 100644 --- a/BayesValidRox/tests/PA-A/Benchmark_PAA.py +++ b/BayesValidRox/tests/PA-A/Benchmark_PAA.py @@ -284,7 +284,7 @@ if __name__ == "__main__": # Model stokesdarcy-pnm PCEModel_PNM, BayesCalib_PNM, BayesValid_PNM = stokespnm.run(params, PCEEDMethod=PCEExpDesignMethod) - sys.exit() + # # Load the objects # with open('../outputs_ffpm-stokesdarcyER/PA_A_Bayesffpm-stokesdarcyER.pkl', 'rb') as input: # BayesCalib_PNM = pickle.load(input) -- GitLab