Skip to content

Commit 008e077

Browse files
committed
Fix required flag
1 parent 6497c99 commit 008e077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run_vega_mpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
1212
description='Run Vega in parallel.')
1313

14-
pars.add_argument('config', type=str, required=True, help='Config file')
14+
pars.add_argument('config', type=str, help='Config file')
1515
pars.add_argument(
1616
'-s', '--sampler', type=str, default='Polychord', required=False,
1717
choices=['Polychord', 'PocoMC'], help='Sampler to use'

0 commit comments

Comments
 (0)