Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Geoffrey Mo
gwcelery
Commits
6dc902ee
Commit
6dc902ee
authored
2 months ago
by
Gaurav Waratkar
Browse files
Options
Downloads
Patches
Plain Diff
RAVEN log fix to specify both GW and Ext events
parent
905cb905
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.rst
+6
-0
6 additions, 0 deletions
CHANGES.rst
gwcelery/tasks/raven.py
+2
-2
2 additions, 2 deletions
gwcelery/tasks/raven.py
with
8 additions
and
2 deletions
CHANGES.rst
+
6
−
0
View file @
6dc902ee
Changelog
=========
2.6.1 (unreleased)
------------------
- RAVEN will now specify which events were involved in the log message when
waiting for both GW and external sky maps.
2.6.0 (unreleased)
------------------
...
...
This diff is collapsed.
Click to expand it.
gwcelery/tasks/raven.py
+
2
−
2
View file @
6dc902ee
...
...
@@ -596,9 +596,9 @@ def trigger_raven_alert(coinc_far_dict, superevent, gracedb_id,
preferred_gwevent_id
,
ext_id
))
if
missing_skymap
:
comments
.
append
(
'
RAVEN: Will only publish GRB coincidence
'
'
if spatial-temporal FAR is present.
'
'
for {0}-{1}
if spatial-temporal FAR is present.
'
'
Waiting for both sky maps to be available
'
'
first.
'
)
'
first.
'
.
format
(
preferred_gwevent_id
,
ext_id
)
)
if
is_far_negative
:
comments
.
append
((
'
RAVEN: publishing criteria not met for {0}-{1},
'
'
{2} FAR is negative ({3:.4g})
'
.
format
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment