Skip to content
Snippets Groups Projects
Commit 586f86e7 authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas Committed by kohlhaasrebecca
Browse files

Fix: ExpDesigns can be imported again

parent ea8952fe
No related branches found
No related tags found
1 merge request!29Preparation for release 1.1.0: fixes and test for pages
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "0.0.5" __version__ = "1.0.0"
from .pylink.pylink import PyLinkForwardModel from .pylink.pylink import PyLinkForwardModel
from .surrogate_models.surrogate_models import MetaModel from .surrogate_models.surrogate_models import MetaModel
#from .surrogate_models.meta_model_engine import MetaModelEngine #from .surrogate_models.meta_model_engine import MetaModelEngine
from .surrogate_models.engine import Engine from .surrogate_models.engine import Engine
from .surrogate_models.inputs import Input from .surrogate_models.inputs import Input
from .surrogate_models.exp_designs import ExpDesigns
from .post_processing.post_processing import PostProcessing from .post_processing.post_processing import PostProcessing
from .bayes_inference.bayes_inference import BayesInference from .bayes_inference.bayes_inference import BayesInference
from .bayes_inference.bayes_model_comparison import BayesModelComparison from .bayes_inference.bayes_model_comparison import BayesModelComparison
...@@ -19,6 +20,7 @@ __all__ = [ ...@@ -19,6 +20,7 @@ __all__ = [
"MetaModel", "MetaModel",
#"MetaModelEngine", #"MetaModelEngine",
"Engine", "Engine",
"ExpDesigns",
"PostProcessing", "PostProcessing",
"BayesInference", "BayesInference",
"BayesModelComparison" "BayesModelComparison"
......
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