Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
gstlal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gstlal
Commits
ac41ecfc
Commit
ac41ecfc
authored
Oct 05, 2019
by
Patrick Godwin
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inspiral.py: stop uploading ranking_data.xml.gz for events
parent
9b4ea21f
Pipeline
#82762
failed with stages
in 19 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
gstlal-inspiral/python/inspiral.py
gstlal-inspiral/python/inspiral.py
+0
-1
No files found.
gstlal-inspiral/python/inspiral.py
View file @
ac41ecfc
...
...
@@ -862,7 +862,6 @@ class GracedBWrapper(object):
if
self
.
upload_auxiliary_data
and
len
(
gracedb_ids
)
>
0
:
self
.
__upload_aux_xmldoc
(
"strain spectral densities"
,
"psd.xml.gz"
,
"psd"
,
lalseries
.
make_psd_xmldoc
(
psddict
),
gracedb_ids
)
self
.
__upload_aux_xmldoc
(
"ranking statistic PDFs"
,
"ranking_data.xml.gz"
,
"ranking_statistic"
,
rankingstat_xmldoc_func
(),
gracedb_ids
)
#
# done
...
...
Patrick Godwin
@patrick.godwin
mentioned in commit
19a13859
·
Nov 14, 2019
mentioned in commit
19a13859
mentioned in commit 19a13859efa7d0aaf2e552bd43cf344847a2edc1
Toggle commit list
Patrick Godwin
@patrick.godwin
mentioned in commit
a6c23804
·
Nov 14, 2019
mentioned in commit
a6c23804
mentioned in commit a6c2380411668646bf93340f2bc2aea84a9d84af
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment