aboutsummaryrefslogtreecommitdiffstats
path: root/mc_x.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-30 16:05:48 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-30 16:05:48 -0500
commit653b85092b64bc24fb00c91b475968640f2daaa9 (patch)
tree53ac773390acde595d01f81717f9fba5447fe8f3 /mc_x.py
parent0b424a0ea53502a416a9c5983abeb845e7ef4c57 (diff)
parentef808406fc4b5728fa9442d6ff8ab02516771961 (diff)
downloadGolemFlavor-653b85092b64bc24fb00c91b475968640f2daaa9.tar.gz
GolemFlavor-653b85092b64bc24fb00c91b475968640f2daaa9.zip
Merge branch 'master' of github.com:ShiveshM/flavour_ratio
Diffstat (limited to 'mc_x.py')
-rwxr-xr-xmc_x.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mc_x.py b/mc_x.py
index ae5b6ab..b1fad71 100755
--- a/mc_x.py
+++ b/mc_x.py
@@ -183,7 +183,6 @@ def main():
threads = args.threads
)
- print 'samples.shape', samples.shape
nsamples = len(samples)
srcs = [fr_utils.normalise_fr((x, 1-x, 0)) for x in samples.T[-1]]
mmxs = map(fr_utils.angles_to_u, samples.T[:-1].T)