aboutsummaryrefslogtreecommitdiffstats
path: root/mc_x.py
diff options
context:
space:
mode:
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 8722e76..81ba127 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)