Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
parallel_bilby
Commits
61e77400
Commit
61e77400
authored
Dec 15, 2020
by
Avi Vajpeyi
👽
Browse files
add log
parent
d7ee1e70
Pipeline
#176513
failed with stages
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
parallel_bilby/analysis.py
View file @
61e77400
...
...
@@ -434,7 +434,11 @@ with MPIPool(
if
pool
.
is_master
():
POOL_SIZE
=
pool
.
size
bilby
.
core
.
sampler
.
dynesty
.
log_multi_rwalk_info
()
logger
.
info
(
"Using parallel-bilby branch: {}"
.
format
(
bilby
.
core
.
sampler
.
dynesty
.
get_branch_name
(
__file__
)))
logger
.
info
(
"Using parallel-bilby branch: {}"
.
format
(
bilby
.
core
.
sampler
.
dynesty
.
get_branch_name
(
__file__
)
)
)
logger
.
info
(
"Setting sampling seed = {}"
.
format
(
input_args
.
sampling_seed
))
np
.
random
.
seed
(
input_args
.
sampling_seed
)
...
...
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