Skip to content
Snippets Groups Projects
Commit 9ce6807a authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Bugfix to initial label data migration

'EM_Superseded ' -> 'EM_Superseded'. This has been fixed manually on
all servers.  Note that it wasn't a problem on the production
server because that migration was "reworked" within the last year
and was not actually applied in production (it was 'faked').
parent 475c8d8b
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ LABELS = [
{'name': 'ADVNO', 'defaultColor': 'red', 'description': 'EM advocate says event is not okay.'},
{'name': 'EM_Throttled', 'defaultColor': 'black', 'description': 'GraceID is ignored by automatic processing because the corresponding pipeline submitted too many events too quickly.'},
{'name': 'EM_Selected', 'defaultColor': 'black', 'description': 'GraceID automatically chosen as the most promising candidate out of a set of entries thought to correspond to the same physical event. '},
{'name': 'EM_Superseded ', 'defaultColor': 'black', 'description': 'GraceID automatically passed over because another entry was thought to be more promising and to correspond to the same physical event. '},
{'name': 'EM_Superseded', 'defaultColor': 'black', 'description': 'GraceID automatically passed over because another entry was thought to be more promising and to correspond to the same physical event. '},
{'name': 'EM_COINC', 'defaultColor': 'black', 'description': 'Signifies that a coincidence was found between gravitational-wave candidates and External triggers.'},
{'name': 'GRB_ONLINE', 'defaultColor': 'black', 'description': 'Indicates that online triggered GRB searches found something coincident with this event.'},
{'name': 'GRB_OFFLINE', 'defaultColor': 'black', 'description': 'Indicates that offline triggered GRB searches found something coincident with this event.'},
......
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