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/mcmc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'golemflavor/mcmc.py') diff --git a/golemflavor/mcmc.py b/golemflavor/mcmc.py index 49e5022..14006fa 100644 --- a/golemflavor/mcmc.py +++ b/golemflavor/mcmc.py @@ -16,8 +16,8 @@ import tqdm import numpy as np -from utils.enums import MCMCSeedType -from utils.misc import enum_parse, make_dir, parse_bool +from golemflavor.enums import MCMCSeedType +from golemflavor.misc import enum_parse, make_dir, parse_bool def mcmc(p0, ln_prob, ndim, nwalkers, burnin, nsteps, args, threads=1): -- cgit v1.2.3