Skip to content
Snippets Groups Projects
Commit 96160bc2 authored by Wanting Niu's avatar Wanting Niu
Browse files

correct the label name to match the GraceDB database

parent 52fb6733
No related branches found
No related tags found
1 merge request!595add the "SubSolarMass" Label to the Injection Events uploaded via Event Uploader
Pipeline #626033 canceled
......@@ -529,7 +529,7 @@ class EventUploader(events.EventProcessor):
# add labels
labels = []
if self.is_injection_job:
labels.append(['SubSolarMASS'])
labels.append(['SUBSOLAR_MASS'])
if 'apply_snr_optimized_label' in event['favored'] and event['favored']['apply_snr_optimized_label']:
labels.append(['SNR_OPTIMIZED']) # don't apply the SNR_OPTIMIZED label for skymap optimizer events
......
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