diff options
Diffstat (limited to 'plot_llh/sample.py')
| -rw-r--r-- | plot_llh/sample.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plot_llh/sample.py b/plot_llh/sample.py index 0a896e7..4309627 100644 --- a/plot_llh/sample.py +++ b/plot_llh/sample.py @@ -15,7 +15,7 @@ import numpy as np from scipy.stats import multivariate_normal from utils import fr as fr_utils -from utils import likelihood as llh_utils +from utils import llh as llh_utils from utils import mcmc as mcmc_utils from utils import misc as misc_utils from utils.param import Param, ParamSet, get_paramsets |
