Skip to content
Snippets Groups Projects
Commit ea8952fe authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files

Bug fix: ExpDesign.generate_ED no longer needs 'transform'

parent cb7d3178
No related branches found
No related tags found
1 merge request!29Preparation for release 1.1.0: fixes and test for pages
......@@ -189,12 +189,16 @@ class Engine():
# Prepare X samples
# For training the surrogate use ExpDesign.X_tr, ExpDesign.X is for the model to run on
ExpDesign.generate_ED(ExpDesign.n_init_samples,
<<<<<<< HEAD
<<<<<<< HEAD
transform=True,
max_pce_deg=np.max(MetaModel.pce_deg))
=======
#transform=True,
=======
# transform=True,
>>>>>>> f8175f33 (Bug fix: ExpDesign.generate_ED no longer needs 'transform')
max_pce_deg=np.max(MetaModel.pce_deg))
>>>>>>> 2306e76d (Decoupled MCMC from BayesInference and improved performance)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment