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
d4f4ab8e
Commit
d4f4ab8e
authored
3 months ago
by
kohlhaasrebecca
Browse files
Options
Downloads
Patches
Plain Diff
Removing more remains of rebase
parent
3c9836bb
No related branches found
No related tags found
1 merge request
!37
Fix/post processing
Pipeline
#52660
failed
3 months ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_PolynomialChaosEmulator.py
+0
-3
0 additions, 3 deletions
tests/test_PolynomialChaosEmulator.py
with
0 additions
and
3 deletions
tests/test_PolynomialChaosEmulator.py
+
0
−
3
View file @
d4f4ab8e
...
@@ -887,8 +887,6 @@ def test_calculate_sobol_pca():
...
@@ -887,8 +887,6 @@ def test_calculate_sobol_pca():
mm
.
fit
([[
0.2
],
[
0.8
]],
{
'
Z
'
:
[[
0.4
,
0.4
],
[
0.5
,
0.6
]]})
mm
.
fit
([[
0.2
],
[
0.8
]],
{
'
Z
'
:
[[
0.4
,
0.4
],
[
0.5
,
0.6
]]})
sobol
,
totalsobol
=
mm
.
calculate_sobol
({
'
Z
'
:
np
.
array
([[
0.4
,
0.4
],
[
0.5
,
0.6
]])})
sobol
,
totalsobol
=
mm
.
calculate_sobol
({
'
Z
'
:
np
.
array
([[
0.4
,
0.4
],
[
0.5
,
0.6
]])})
# TODO are there theory-related checks that could be applied here?
# TODO are there theory-related checks that could be applied here?
<<<<<<<
HEAD
=======
def
test_calculate_sobol_pcanoy
():
def
test_calculate_sobol_pcanoy
():
"""
"""
...
@@ -906,4 +904,3 @@ def test_calculate_sobol_pcanoy():
...
@@ -906,4 +904,3 @@ def test_calculate_sobol_pcanoy():
mm
.
calculate_sobol
()
mm
.
calculate_sobol
()
assert
str
(
excinfo
.
value
)
==
(
"
Calculation of Sobol
'
indices with PCA expects training outputs, but none are given.
"
)
assert
str
(
excinfo
.
value
)
==
(
"
Calculation of Sobol
'
indices with PCA expects training outputs, but none are given.
"
)
>>>>>>>
fb608a8b17595e3ddbb737043787e6d28266d003
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