LALBurst 2.0.8.1-bf6a62b
test_rate.py
Go to the documentation of this file.
1import doctest
2
3from lalburst import rate
4
5if __name__ == '__main__':
6 doctest.testmod(rate)