Revision 60719d2840fb86a1ce1e511193f5c65c05754f8c authored by Alex Nitz on 22 August 2017, 15:39:31 UTC, committed by Collin Capano on 22 August 2017, 15:39:31 UTC
* allow to work with scalars as well

* lambda_tilde conversion
1 parent 72df8cd
Raw File
__init__.py
from pycbc.inference.likelihood import *
from pycbc.inference.sampler import *
from pycbc.inference.prior import *
from pycbc.inference.burn_in import *
back to top