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
a9c4a21f
Commit
a9c4a21f
authored
Apr 26, 2018
by
Médéric Boquien
Browse files
Indentations are four spaces.
parent
b14f5681
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/analysis_modules/pdf_analysis/workers.py
View file @
a9c4a21f
...
...
@@ -124,11 +124,11 @@ def sed(idx, midx):
if
'sfh.age'
in
sed
.
info
and
sed
.
info
[
'sfh.age'
]
>
sed
.
info
[
'universe.age'
]:
for
band
in
gbl_models
.
flux
:
gbl_models
.
flux
[
band
][
idx
]
=
np
.
nan
gbl_models
.
flux
[
band
][
idx
]
=
np
.
nan
for
prop
in
gbl_models
.
extprop
:
gbl_models
.
extprop
[
prop
][
idx
]
=
np
.
nan
gbl_models
.
extprop
[
prop
][
idx
]
=
np
.
nan
for
prop
in
gbl_models
.
intprop
:
gbl_models
.
intprop
[
prop
][
idx
]
=
np
.
nan
gbl_models
.
intprop
[
prop
][
idx
]
=
np
.
nan
else
:
for
band
in
gbl_models
.
flux
.
keys
():
...
...
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