diff --git a/BayesValidRox/tests/PA-A/ffpm_validation_stokespnm.py b/BayesValidRox/tests/PA-A/ffpm_validation_stokespnm.py index 8d8b0fed8b9a5874bde84fe88f9abd7d4dc7fd84..55e9382facbaa422d0ac950cf545955b5a7f3ef6 100755 --- a/BayesValidRox/tests/PA-A/ffpm_validation_stokespnm.py +++ b/BayesValidRox/tests/PA-A/ffpm_validation_stokespnm.py @@ -258,7 +258,7 @@ def run(params, averaging=True,errorPerc=0.05, PCEEDMethod='normal'): else: # Load the objects saved_Dir = './outputs_ffpm-stokespnm/' - with open(saved_Dir+'PCEModel_'+Model.Name+'.pkl', 'rb') as input: + with open(saved_Dir+'PCEModel_'+'ffpm-stokespnm'+'.pkl', 'rb') as input: PCEModel = pickle.load(input) # Save PCE models