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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emfollow
gwcelery
Merge requests
!188
Add more validation of LVC GCNs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add more validation of LVC GCNs
leo-singer/gwcelery:more-voevent-validation
into
master
Overview
0
Commits
1
Pipelines
2
Changes
5
Merged
Leo P. Singer
requested to merge
leo-singer/gwcelery:more-voevent-validation
into
master
6 years ago
Overview
0
Commits
1
Pipelines
2
Changes
5
Expand
0
0
Merge request reports
Compare
master
version 1
4a5197d5
6 years ago
master (base)
and
latest version
latest version
28c6cf4d
1 commit,
6 years ago
version 1
4a5197d5
1 commit,
6 years ago
5 files
+
96
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
doc/conf.py
+
2
−
1
Options
@@ -117,7 +117,8 @@ for mod in ['astropy',
'
lxml
'
,
'
lxml.etree
'
,
'
numpy
'
,
'
sleek_lvalert
'
]:
'
sleek_lvalert
'
,
'
pytest
'
]:
try
:
importlib
.
import_module
(
mod
)
except
ImportError
:
Loading