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
c426697d
Commit
c426697d
authored
Aug 30, 2015
by
Médéric Boquien
Browse files
Sort the list of parameters names for savefluxes as the values are stored sorted already.
parent
604a16d9
Changes
1
Show whitespace changes
Inline
Side-by-side
pcigale/analysis_modules/savefluxes/__init__.py
View file @
c426697d
...
...
@@ -119,6 +119,7 @@ class SaveFluxes(AnalysisModule):
warehouse
=
SedWarehouse
()
sed
=
warehouse
.
get_sed
(
creation_modules
,
params
.
from_index
(
0
))
info
=
list
(
sed
.
info
.
keys
())
info
.
sort
()
n_info
=
len
(
sed
.
info
)
del
warehouse
,
sed
...
...
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