aboutsummaryrefslogtreecommitdiffstats
path: root/fig2.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-25 17:01:48 +0100
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-25 17:01:48 +0100
commit349a48bf498c3cd342876eb9e66110fd8dbf8b9b (patch)
tree63eec258df1b77da5a9d627f2e0865f83e0a8fb0 /fig2.py
parentff83600b0ac2f2ed9f0270b905313ea42c90e3f3 (diff)
downloadGolemFlavor-349a48bf498c3cd342876eb9e66110fd8dbf8b9b.tar.gz
GolemFlavor-349a48bf498c3cd342876eb9e66110fd8dbf8b9b.zip
refactor emcee scripts
Diffstat (limited to 'fig2.py')
-rwxr-xr-xfig2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fig2.py b/fig2.py
index 5c071f9..1a0d19d 100755
--- a/fig2.py
+++ b/fig2.py
@@ -65,7 +65,7 @@ def parse_args(args=None):
)
parser.add_argument(
'--datadir', type=str,
- help='Path to directory containing MultiNest runs'
+ help='Path to directory containing contour chains'
)
if args is None: return parser.parse_args()
else: return parser.parse_args(args.split())