diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-06-04 08:59:17 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-06-04 08:59:17 -0500 |
commit | a6817a5f9d26f62b1df007ad547a9da1dd7953ba (patch) | |
tree | ac46a01a45360bce3f6417e73a922eeb2381d3f6 /utils/plot-energy | |
parent | a76c9220dc5843630ce1ea648fe14a89bb1adb4b (diff) | |
download | sddm-a6817a5f9d26f62b1df007ad547a9da1dd7953ba.tar.gz sddm-a6817a5f9d26f62b1df007ad547a9da1dd7953ba.tar.bz2 sddm-a6817a5f9d26f62b1df007ad547a9da1dd7953ba.zip |
update plot-energy to calculate likelihood ratio
Diffstat (limited to 'utils/plot-energy')
-rwxr-xr-x | utils/plot-energy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot-energy b/utils/plot-energy index 6997f3b..ff36a19 100755 --- a/utils/plot-energy +++ b/utils/plot-energy @@ -104,7 +104,7 @@ if __name__ == '__main__': import sys import h5py from sddm.plot_energy import * - from sddm.plot import despine + from sddm.plot import * from sddm import setup_matplotlib parser = argparse.ArgumentParser("plot fit results") |