From 99da1b2fef9b97fb9c97e6cbb76fdbd83888b6a1 Mon Sep 17 00:00:00 2001 From: shivesh Date: Tue, 30 Apr 2019 21:44:19 +0100 Subject: Tue 30 Apr 21:44:19 BST 2019 --- mc_x.py | 1 - 1 file changed, 1 deletion(-) (limited to 'mc_x.py') 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) -- cgit v1.2.3