Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guang
x-cigale
Commits
fdbfd7ea
Commit
fdbfd7ea
authored
Oct 23, 2019
by
Guang
Browse files
fix bug for fluxnames
parent
31c10684
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/managers/results.py
View file @
fdbfd7ea
...
...
@@ -37,7 +37,7 @@ class BayesResultsManager(object):
intpropnames
=
[
prop
for
prop
in
models
.
obs
.
conf
[
'analysis_params'
][
'variables'
]
if
(
prop
in
models
.
allintpropnames
or
prop
[:
-
4
]
in
models
.
allintpropnames
)]
fluxnames
=
[
name
for
name
in
models
.
conf
[
'analysis_params'
][
'bands'
]
]
fluxnames
=
[
name
for
name
in
models
.
flux
.
keys
()
]
self
.
nproperties
=
len
(
intpropnames
)
+
len
(
extpropnames
)
# Arrays where we store the data related to the models. For memory
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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