Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
IMAGINE
Commits
99ec6a40
Commit
99ec6a40
authored
Sep 21, 2017
by
Theo Steininger
Browse files
Fixed typo in EnsembleLikelihood
parent
53b9afb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
imagine/likelihoods/ensemble_likelihood/ensemble_likelihood.py
View file @
99ec6a40
...
...
@@ -40,7 +40,7 @@ class EnsembleLikelihood(Likelihood):
n
=
observable
.
shape
[
1
]
obs_val
=
observable
.
val
.
get_full_data
()
obs_mean
=
observable
.
ensemble_mean
().
get_full_data
()
obs_mean
=
observable
.
ensemble_mean
().
val
.
get_full_data
()
# divide out profile
obs_val
/=
profile
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment