diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 18:50:52 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 18:50:52 +0000 |
| commit | 08b7980611d47aa90dc50a18bc02976e670ab720 (patch) | |
| tree | 4f341ceeba839dbb2cabe960a1abc508d6d8c6b5 /golemflavor/mn.py | |
| parent | 402f8b53dd892b8fd44ae5ad45eac91b5f6b3750 (diff) | |
| download | GolemFlavor-08b7980611d47aa90dc50a18bc02976e670ab720.tar.gz GolemFlavor-08b7980611d47aa90dc50a18bc02976e670ab720.zip | |
rename utils to golemflavor everywhere
Diffstat (limited to 'golemflavor/mn.py')
| -rw-r--r-- | golemflavor/mn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/golemflavor/mn.py b/golemflavor/mn.py index e3a4a09..66d456f 100644 --- a/golemflavor/mn.py +++ b/golemflavor/mn.py @@ -15,8 +15,8 @@ import numpy as np from pymultinest import analyse, run -from utils import llh as llh_utils -from utils.misc import gen_identifier, make_dir, parse_bool, solve_ratio +from golemflavor import llh as llh_utils +from golemflavor.misc import gen_identifier, make_dir, parse_bool, solve_ratio def CubePrior(cube, ndim, n_params): |
