diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-25 17:01:48 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-25 17:01:48 +0100 |
| commit | 349a48bf498c3cd342876eb9e66110fd8dbf8b9b (patch) | |
| tree | 63eec258df1b77da5a9d627f2e0865f83e0a8fb0 /fig2.py | |
| parent | ff83600b0ac2f2ed9f0270b905313ea42c90e3f3 (diff) | |
| download | GolemFlavor-349a48bf498c3cd342876eb9e66110fd8dbf8b9b.tar.gz GolemFlavor-349a48bf498c3cd342876eb9e66110fd8dbf8b9b.zip | |
refactor emcee scripts
Diffstat (limited to 'fig2.py')
| -rwxr-xr-x | fig2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |
