Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
2133b5b5
Commit
2133b5b5
authored
Feb 29, 2016
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variable.
parent
cf04deb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
pcigale/analysis_modules/pdf_analysis/utils.py
pcigale/analysis_modules/pdf_analysis/utils.py
+0
-1
No files found.
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
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