Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
ca5bbc8b
Commit
ca5bbc8b
authored
Apr 27, 2017
by
Sebastian Heimann
Browse files
fix incorrect output of misfits
parent
e6fb0fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.py
View file @
ca5bbc8b
...
@@ -1650,11 +1650,11 @@ def solve(problem,
...
@@ -1650,11 +1650,11 @@ def solve(problem,
problem
.
name
)
problem
.
name
)
return
return
m
=
problem
.
global_misfit
(
ms
,
ns
)
g
m
=
problem
.
global_misfit
(
ms
,
ns
)
ms
=
problem
.
bootstrap_misfit
(
ms
,
ns
)
b
ms
=
problem
.
bootstrap_misfit
(
ms
,
ns
)
chains_m
[
0
,
nlinks
]
=
m
chains_m
[
0
,
nlinks
]
=
g
m
chains_m
[
1
:,
nlinks
]
=
ms
chains_m
[
1
:,
nlinks
]
=
b
ms
chains_i
[:,
nlinks
]
=
iiter
chains_i
[:,
nlinks
]
=
iiter
nlinks
+=
1
nlinks
+=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment