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
0ed56b88
Commit
0ed56b88
authored
May 20, 2014
by
BURGARELLA Denis
Browse files
Update of the previous correction on the (error of analysed parameters
parent
da595c7a
Changes
1
Show whitespace changes
Inline
Side-by-side
pcigale/analysis_modules/pdf_analysis/workers.py
View file @
0ed56b88
...
...
@@ -188,8 +188,6 @@ def sed(idx):
print
(
"{}/{} models computed in {} seconds ({} models/s)"
.
format
(
n_computed
,
gbl_params
.
size
,
np
.
around
(
t_elapsed
,
decimals
=
1
),
# np.around(n_computed/t_elapsed, decimals=1)),
# end="\r")
np
.
around
(
n_computed
/
t_elapsed
,
decimals
=
1
)))
...
...
@@ -337,7 +335,7 @@ def analysis(idx, obs):
min_hist
=
np
.
empty_like
(
analysed_averages
)
max_hist
=
np
.
empty_like
(
analysed_averages
)
Npdf
=
10.
Npdf
=
10
0
.
pdf_binsize
=
np
.
empty_like
(
analysed_averages
)
min_hist
=
np
.
empty_like
(
analysed_averages
)
max_hist
=
np
.
empty_like
(
analysed_averages
)
...
...
@@ -408,7 +406,6 @@ def analysis(idx, obs):
t_elapsed
=
time
.
time
()
-
gbl_t_begin
print
(
"{}/{} objects analysed in {} seconds ({} objects/s)"
.
format
(
n_computed
,
gbl_n_obs
,
np
.
around
(
t_elapsed
,
decimals
=
1
),
# np.around(n_computed/t_elapsed, decimals=1)),
# end="\r")
np
.
around
(
n_computed
/
t_elapsed
,
decimals
=
1
)))
np
.
around
(
n_computed
/
t_elapsed
,
decimals
=
1
)),
end
=
"
\r
"
)
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