Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
BayesValidRox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inversemodeling
BayesValidRox
Commits
586f86e7
Commit
586f86e7
authored
9 months ago
by
Rebecca Kohlhaas
Committed by
kohlhaasrebecca
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix: ExpDesigns can be imported again
parent
ea8952fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!29
Preparation for release 1.1.0: fixes and test for pages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bayesvalidrox/__init__.py
+3
-1
3 additions, 1 deletion
src/bayesvalidrox/__init__.py
with
3 additions
and
1 deletion
src/bayesvalidrox/__init__.py
+
3
−
1
View file @
586f86e7
# -*- coding: utf-8 -*-
__version__
=
"
0.0
.5
"
__version__
=
"
1.
0.0
"
from
.pylink.pylink
import
PyLinkForwardModel
from
.surrogate_models.surrogate_models
import
MetaModel
#from .surrogate_models.meta_model_engine import MetaModelEngine
from
.surrogate_models.engine
import
Engine
from
.surrogate_models.inputs
import
Input
from
.surrogate_models.exp_designs
import
ExpDesigns
from
.post_processing.post_processing
import
PostProcessing
from
.bayes_inference.bayes_inference
import
BayesInference
from
.bayes_inference.bayes_model_comparison
import
BayesModelComparison
...
...
@@ -19,6 +20,7 @@ __all__ = [
"
MetaModel
"
,
#"MetaModelEngine",
"
Engine
"
,
"
ExpDesigns
"
,
"
PostProcessing
"
,
"
BayesInference
"
,
"
BayesModelComparison
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment