aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/austin.py12
-rw-r--r--misc/command1
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/austin.py b/misc/austin.py
index 726a762..dddab30 100644
--- a/misc/austin.py
+++ b/misc/austin.py
@@ -15,12 +15,12 @@ from functools import partial
import numpy as np
-from utils import fr as fr_utils
-from utils import misc as misc_utils
-from utils import plot as plot_utils
-from utils.enums import str_enum
-from utils.enums import Likelihood, ParamTag, PriorsCateg
-from utils.param import Param, ParamSet
+from golemflavor import fr as fr_utils
+from golemflavor import misc as misc_utils
+from golemflavor import plot as plot_utils
+from golemflavor.enums import str_enum
+from golemflavor.enums import Likelihood, ParamTag, PriorsCateg
+from golemflavor.param import Param, ParamSet
from matplotlib import pyplot as plt
diff --git a/misc/command b/misc/command
index db34921..3ec2d6c 100644
--- a/misc/command
+++ b/misc/command
@@ -5,3 +5,4 @@ python plot_sens.py --data real --datadir /data/user/smandalia/flavour_ratio/dat
python mc_unitary.py --burnin 100 --datadir=/data/user/smandalia/flavour_ratio/data/mc_unitary --nsteps 1000 --nwalkers 60 --run-mcmc True --seed 26 --source-ratio 1 2 0 --threads 1
python mc_x.py --burnin 200 --datadir=/data/user/smandalia/flavour_ratio/data/mc_x --nsteps 1000 --nwalkers 60 --seed 26 --threads max
python fr.py --data real --datadir ./test/ --dimension 6 --nsteps 20 --nwalkers 60 --burnin 20 --seed 26 --source-ratio 0 1 0 --texture oet --threads max --debug True
+python plot_sens.py --data real --datadir /data/user/smandalia/flavour_ratio/data/sensitivity/ --dimensions 3 4 5 6 7 8 --plot-table True --segments 10 --source-ratios 0 1 0 1 0 0 --split-jobs True --stat-method bayesian --plot-statistic False