diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-26 20:47:18 -0600 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-26 20:47:18 -0600 |
| commit | b992faeda8dcbb7891d7b846c5024131a2ff59cd (patch) | |
| tree | c908b6f73d6c3f8844d5fb67f983568cae1b8690 /plot_llh/sample.py | |
| parent | 989c807c9c16230567e3bf68ea645be396081c40 (diff) | |
| parent | 5bcc51c59700968f8dad4359a133ab6a64f85f01 (diff) | |
| download | GolemFlavor-b992faeda8dcbb7891d7b846c5024131a2ff59cd.tar.gz GolemFlavor-b992faeda8dcbb7891d7b846c5024131a2ff59cd.zip | |
Merge branch 'master' of https://github.com/ShiveshM/flavour_ratio
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 |
