Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emfollow
gwcelery
Commits
168d5e40
Commit
168d5e40
authored
2 years ago
by
Naresh Adhikari
Browse files
Options
Downloads
Patches
Plain Diff
Prevent external event switching superevents also when triggering off superevents; fixes
#585
parent
4e365ffe
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1174
Prevent external event switching superevents also when triggering off superevents; fixes #585
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.rst
+2
-1
2 additions, 1 deletion
CHANGES.rst
gwcelery/tasks/raven.py
+4
-4
4 additions, 4 deletions
gwcelery/tasks/raven.py
gwcelery/tests/test_tasks_raven.py
+2
-0
2 additions, 0 deletions
gwcelery/tests/test_tasks_raven.py
with
8 additions
and
5 deletions
CHANGES.rst
+
2
−
1
View file @
168d5e40
...
@@ -4,7 +4,8 @@ Changelog
...
@@ -4,7 +4,8 @@ Changelog
2.0.6 (unreleased)
2.0.6 (unreleased)
------------------
------------------
- No changes yet
- Prevent external event switching superevents also when triggering
off superevents.
2.0.5 "Mothman" (2023-04-20)
2.0.5 "Mothman" (2023-04-20)
----------------------------
----------------------------
...
...
This diff is collapsed.
Click to expand it.
gwcelery/tasks/raven.py
+
4
−
4
View file @
168d5e40
This diff is collapsed.
Click to expand it.
gwcelery/tests/test_tasks_raven.py
+
2
−
0
View file @
168d5e40
...
@@ -284,6 +284,8 @@ def test_raven_pipeline(mock_plot_overlap_integral,
...
@@ -284,6 +284,8 @@ def test_raven_pipeline(mock_plot_overlap_integral,
alert_object
[
'
time_coinc_far
'
]
=
1e-5
alert_object
[
'
time_coinc_far
'
]
=
1e-5
alert_object
[
'
space_coinc_far
'
]
=
None
alert_object
[
'
space_coinc_far
'
]
=
None
alert_object
[
'
overlap_integral
'
]
=
None
alert_object
[
'
overlap_integral
'
]
=
None
for
result
in
raven_search_results
:
result
[
'
superevent
'
]
=
None
raven
.
raven_pipeline
(
raven_search_results
,
graceid
,
alert_object
,
tl
,
th
,
raven
.
raven_pipeline
(
raven_search_results
,
graceid
,
alert_object
,
tl
,
th
,
group
)
group
)
...
...
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