aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-energy
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-06-04 08:59:17 -0500
committertlatorre <tlatorre@uchicago.edu>2020-06-04 08:59:17 -0500
commita6817a5f9d26f62b1df007ad547a9da1dd7953ba (patch)
treeac46a01a45360bce3f6417e73a922eeb2381d3f6 /utils/plot-energy
parenta76c9220dc5843630ce1ea648fe14a89bb1adb4b (diff)
downloadsddm-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-xutils/plot-energy2
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")