diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-06-26 17:34:15 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-06-26 17:34:15 +0100 |
| commit | 18928b0f5f7afe14e649f72b178a2c685bd602a6 (patch) | |
| tree | efa70b62a27b6e3154b506e4f65a2e28c959d67b /mc_x.py | |
| parent | 8310ac4f965b35fc3f23175cd26692808fb8b669 (diff) | |
| parent | 3d15334cab7604bb832cdc91e32338f96ac754bd (diff) | |
| download | GolemFlavor-18928b0f5f7afe14e649f72b178a2c685bd602a6.tar.gz GolemFlavor-18928b0f5f7afe14e649f72b178a2c685bd602a6.zip | |
Merge branch 'master' of github.com:ShiveshM/flavour_ratio
Diffstat (limited to 'mc_x.py')
| -rwxr-xr-x | mc_x.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -187,7 +187,8 @@ def main(): 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) frs = np.array( - [fr_utils.u_to_fr(srcs[i], mmxs[i]) for i in xrange(nsamples)] + [fr_utils.u_to_fr(srcs[i], mmxs[i]) for i in xrange(nsamples)], + dtype=np.float64 ) mcmc_utils.save_chains(frs, outfile) |
