LAL  7.5.0.1-b72065a
test_rate.py
Go to the documentation of this file.
1 import doctest
2 from lal import rate
3 
4 if __name__ == '__main__':
5  doctest.testmod(rate)