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
2133b5b5
Commit
2133b5b5
authored
Feb 29, 2016
by
Médéric Boquien
Browse files
Remove unused variable.
parent
cf04deb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/analysis_modules/pdf_analysis/utils.py
View file @
2133b5b5
...
...
@@ -387,7 +387,6 @@ def compute_chi2(model_fluxes, obs_fluxes, obs_errors, lim_flag):
# Some observations may not have flux values in some filter(s), but
# they can have upper limit(s).
if
limits
==
True
:
scaling_orig
=
scaling
.
copy
()
for
imod
in
range
(
len
(
model_fluxes
)):
scaling
[
imod
]
=
optimize
.
root
(
dchi2_over_ds2
,
scaling
[
imod
],
args
=
(
obs_fluxes
,
obs_errors
,
...
...
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