From 08b7980611d47aa90dc50a18bc02976e670ab720 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Fri, 28 Feb 2020 18:50:52 +0000 Subject: rename utils to golemflavor everywhere --- golemflavor/mn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'golemflavor/mn.py') 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): -- cgit v1.2.3