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
cigale
CIGALE
Commits
0aebb666
Commit
0aebb666
authored
May 26, 2015
by
Yannick Roehlly
Browse files
Correct error introduced in
ffa67a8b
A division was replaced by a comma.
parent
0c7fa12a
Changes
1
Show whitespace changes
Inline
Side-by-side
pcigale/analysis_modules/pdf_analysis/workers.py
View file @
0aebb666
...
...
@@ -392,7 +392,7 @@ def analysis(idx, obs):
save_best_sed
(
obs
[
'id'
],
sed
,
norm_facts
[
best_index
])
if
gbl_save
[
'chi2'
]:
save_chi2
(
obs
[
'id'
],
gbl_analysed_variables
,
model_variables
,
chi2_
,
obs_fluxes
.
size
)
chi2_
/
obs_fluxes
.
size
)
if
gbl_save
[
'pdf'
]:
save_pdf
(
obs
[
'id'
],
gbl_analysed_variables
,
var
,
pdf
)
...
...
Write
Preview
Supports
Markdown
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