diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-26 20:43:08 -0600 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-26 20:43:08 -0600 |
| commit | 5bcc51c59700968f8dad4359a133ab6a64f85f01 (patch) | |
| tree | 9e5b4dad26ffef5ff9478cd0eb9f1036dc512f18 /fr.py | |
| parent | 4d9b6c29734e4dcc854dd13f77a537c78b1c42a0 (diff) | |
| download | GolemFlavor-5bcc51c59700968f8dad4359a133ab6a64f85f01.tar.gz GolemFlavor-5bcc51c59700968f8dad4359a133ab6a64f85f01.zip | |
begin contour.py and rename some util files
Diffstat (limited to 'fr.py')
| -rwxr-xr-x | fr.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ import numpy as np from utils import fr as fr_utils from utils import gf as gf_utils -from utils import likelihood as llh_utils +from utils import llh as llh_utils from utils import mcmc as mcmc_utils from utils import misc as misc_utils from utils import plot as plot_utils |
