Skip to content
Snippets Groups Projects

Add more validation of LVC GCNs

Merged Leo P. Singer requested to merge leo-singer/gwcelery:more-voevent-validation into master
5 files
+ 96
15
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
1
@@ -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