Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Kenneth Corley
ligo.skymap
Commits
971ea9d9
Commit
971ea9d9
authored
Sep 11, 2018
by
Leo Pound Singer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect comment [ci skip]
parent
89bb3f49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ligo/skymap/tool/bayestar_localize_coincs.py
ligo/skymap/tool/bayestar_localize_coincs.py
+1
-1
ligo/skymap/tool/bayestar_mcmc.py
ligo/skymap/tool/bayestar_mcmc.py
+1
-1
No files found.
ligo/skymap/tool/bayestar_localize_coincs.py
View file @
971ea9d9
...
...
@@ -131,13 +131,13 @@ def main(args=None):
print
(
'queue cid in'
,
*
event_source
,
file
=
f
)
sys
.
exit
(
proc
.
returncode
)
# Loop over all coinc_event <-> sim_inspiral coincs.
if
opts
.
coinc_event_id
:
event_source
=
OrderedDict
(
(
key
,
event_source
[
key
])
for
key
in
opts
.
coinc_event_id
)
count_sky_maps_failed
=
0
# Loop over all sngl_inspiral <-> sngl_inspiral coincs.
for
int_coinc_event_id
,
event
in
event_source
.
items
():
coinc_event_id
=
'coinc_event:coinc_event_id:{}'
.
format
(
int_coinc_event_id
)
...
...
ligo/skymap/tool/bayestar_mcmc.py
View file @
971ea9d9
...
...
@@ -133,11 +133,11 @@ def main(args=None):
print
(
'queue cid in'
,
*
event_source
,
file
=
f
)
sys
.
exit
(
proc
.
returncode
)
# Loop over all coinc_event <-> sim_inspiral coincs.
if
opts
.
coinc_event_id
:
event_source
=
OrderedDict
(
(
key
,
event_source
[
key
])
for
key
in
opts
.
coinc_event_id
)
# Loop over all sngl_inspiral <-> sngl_inspiral coincs.
for
int_coinc_event_id
,
event
in
event_source
.
items
():
coinc_event_id
=
'coinc_event:coinc_event_id:{}'
.
format
(
int_coinc_event_id
)
...
...
Write
Preview
Markdown
is supported
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