From 5bcc51c59700968f8dad4359a133ab6a64f85f01 Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 26 Nov 2018 20:43:08 -0600 Subject: begin contour.py and rename some util files --- plot_llh/sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot_llh/sample.py') 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 -- cgit v1.2.3