diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-25 14:11:50 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-25 14:11:50 -0500 |
| commit | f6645a19974f87166460a9baceade6817212a319 (patch) | |
| tree | 5da539e90d6da277b19bce037f78ca10f7f423b1 /test | |
| parent | 5c89f307a197cd37acd8e3f286df227c5fa54aa4 (diff) | |
| download | GolemFlavor-f6645a19974f87166460a9baceade6817212a319.tar.gz GolemFlavor-f6645a19974f87166460a9baceade6817212a319.zip | |
use realizations instead of asimov
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_gf_simple.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_gf_simple.py b/test/test_gf_simple.py index 1dcb392..d913149 100644 --- a/test/test_gf_simple.py +++ b/test/test_gf_simple.py @@ -23,7 +23,9 @@ fp = gf.FitParameters(gf.sampleTag.MagicTau) fp.astroFlavorAngle1 = 4./9. fp.astroFlavorAngle2 = 0. -golem.SetupAsimov(fp) +# golem.SetupAsimov(fp) +seed = 0 +golem.Swallow(golem.SpitRealization(fp, seed)) fp_sh = gf.FitParameters(gf.sampleTag.MagicTau) # fp_sh.astroFlavorAngle1 = 0.36 |
