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/plot.py | |
| parent | 402f8b53dd892b8fd44ae5ad45eac91b5f6b3750 (diff) | |
| download | GolemFlavor-08b7980611d47aa90dc50a18bc02976e670ab720.tar.gz GolemFlavor-08b7980611d47aa90dc50a18bc02976e670ab720.zip | |
rename utils to golemflavor everywhere
Diffstat (limited to 'golemflavor/plot.py')
| -rw-r--r-- | golemflavor/plot.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/golemflavor/plot.py b/golemflavor/plot.py index d19a52e..c91f70b 100644 --- a/golemflavor/plot.py +++ b/golemflavor/plot.py @@ -45,10 +45,10 @@ import shapely.geometry as geometry from shapely.ops import cascaded_union, polygonize from scipy.spatial import Delaunay -from utils.enums import DataType, str_enum -from utils.enums import Likelihood, ParamTag, StatCateg, Texture -from utils.misc import get_units, make_dir, solve_ratio, interval -from utils.fr import angles_to_u, angles_to_fr, SCALE_BOUNDARIES +from golemflavor.enums import DataType, str_enum +from golemflavor.enums import Likelihood, ParamTag, StatCateg, Texture +from golemflavor.misc import get_units, make_dir, solve_ratio, interval +from golemflavor.fr import angles_to_u, angles_to_fr, SCALE_BOUNDARIES BAYES_K = 1. # Strong degree of belief. |
