diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-18 16:10:30 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-18 16:10:30 -0500 |
| commit | 47f607d6f9fba07f74fd635eabc4856cf0e2d351 (patch) | |
| tree | 093333c8f168004185c9d1b7bf5d3e1b6f0c39d0 /utils/gf.py | |
| parent | 8121c510c2115735def2e178ba0c11efe719964c (diff) | |
| download | GolemFlavor-47f607d6f9fba07f74fd635eabc4856cf0e2d351.tar.gz GolemFlavor-47f607d6f9fba07f74fd635eabc4856cf0e2d351.zip | |
arbitrary precision calculations
Diffstat (limited to 'utils/gf.py')
| -rw-r--r-- | utils/gf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gf.py b/utils/gf.py index c316ed2..79f1dd0 100644 --- a/utils/gf.py +++ b/utils/gf.py @@ -66,6 +66,7 @@ def steering_params(args): # params.years = [999] params.minFitEnergy = args.binning[0] # GeV + params.load_data_from_text_file = False return params |
