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/mcmc.py | |
| parent | 402f8b53dd892b8fd44ae5ad45eac91b5f6b3750 (diff) | |
| download | GolemFlavor-08b7980611d47aa90dc50a18bc02976e670ab720.tar.gz GolemFlavor-08b7980611d47aa90dc50a18bc02976e670ab720.zip | |
rename utils to golemflavor everywhere
Diffstat (limited to 'golemflavor/mcmc.py')
| -rw-r--r-- | golemflavor/mcmc.py | 4 |
1 files changed, 2 insertions, 2 deletions
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): |
