LAL
7.7.0.1-eeff03c
LALSuite
LAL
LALFrame
LALMetaIO
LALSimulation
LALBurst
LALInspiral
LALInference
LALPulsar
LALApps
test_rate.py
Go to the documentation of this file.
1
import
doctest
2
3
try
:
4
from
igwn_ligolw
import
ligolw
# noqa: F401
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 Mon Dec 15 2025 05:28:40 for LAL by
1.9.4