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
ae90ef46
Commit
ae90ef46
authored
May 08, 2018
by
Médéric Boquien
Browse files
Eliminate spurious carriage return
parent
5358690c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/analysis_modules/pdf_analysis/workers.py
View file @
ae90ef46
...
@@ -110,7 +110,6 @@ def sed(idx, midx):
...
@@ -110,7 +110,6 @@ def sed(idx, midx):
gbl_models
.
extprop
[
prop
][
idx
]
=
np
.
nan
gbl_models
.
extprop
[
prop
][
idx
]
=
np
.
nan
for
prop
in
gbl_models
.
intprop
:
for
prop
in
gbl_models
.
intprop
:
gbl_models
.
intprop
[
prop
][
idx
]
=
np
.
nan
gbl_models
.
intprop
[
prop
][
idx
]
=
np
.
nan
else
:
else
:
for
band
in
gbl_models
.
flux
:
for
band
in
gbl_models
.
flux
:
gbl_models
.
flux
[
band
][
idx
]
=
sed
.
compute_fnu
(
band
)
gbl_models
.
flux
[
band
][
idx
]
=
sed
.
compute_fnu
(
band
)
...
...
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