Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL
7.7.0.1-3a66518
LALSuite
LAL
LALFrame
LALMetaIO
LALSimulation
LALBurst
LALInspiral
LALInference
LALPulsar
LALApps
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
test_rate.py
Go to the documentation of this file.
1
import
doctest
2
3
try
:
4
from
igwn_ligolw
import
ligolw
5
except
ImportError
as
exc:
6
import
warnings
7
import
sys
8
warnings.warn(str(exc))
9
sys.exit(77)
10
11
from
lal
import
rate
12
13
if
__name__ ==
'__main__'
:
14
doctest.testmod(rate)
test
python
test_rate.py
Generated on Sat Jun 7 2025 05:21:45 for LAL by
1.9.4