Skip to content
Snippets Groups Projects
Commit dd0fab79 authored by ManLeong Chan's avatar ManLeong Chan
Browse files

added space between values and colons in the log message

parent e326bc42
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ def _unpack_gwskynet_annotation_and_upload(gwskynet_output, skymap_filename,
'{skymap_filename}">'
'{skymap_filename}</a>.'
' GWSkyNet class score: {cs},'
' FAP:{FAP}, FNP:{FNP}.').format(
' FAP: {FAP}, FNP: {FNP}.').format(
graceid=graceid,
skymap_filename=skymap_filename,
cs=np.round(gwskynet_output_dict['class_score'], 3),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment