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
9f135506
Commit
9f135506
authored
May 24, 2014
by
Médéric Boquien
Browse files
Remove commented out code.
parent
8c001629
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/analysis_modules/pdf_analysis/workers.py
View file @
9f135506
...
...
@@ -345,9 +345,6 @@ def analysis(idx, obs):
var
=
np
.
empty
((
Npdf
,
len
(
analysed_averages
)))
pdf
=
np
.
empty
((
Npdf
,
len
(
analysed_averages
)))
# print("Object analysed: id: {} and z = {}".
# format(obs['id'], obs['redshift']), end="\r")
# TODO : could we simplify and/or optimize the two loops below?
for
par
,
val
in
enumerate
(
analysed_averages
):
min_hist
[
par
]
=
np
.
min
(
values
[:,
par
])
...
...
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