Skip to content

Commit

Permalink
Update offline source probability for changes to mchirp area
Browse files Browse the repository at this point in the history
  • Loading branch information
tdent committed Sep 17, 2024
1 parent 4833249 commit d82b94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pycbc_source_probability_offline
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parser.add_argument('--include-mass-gap', action='store_true',
mchirp_area.insert_args(parser)
args = parser.parse_args()

mc_area_args = mchirp_area.from_cli(args)
mc_area_args = mchirp_area.from_cli(args, parser)

if not args.include_mass_gap:
mass_bdary = mc_area_args['mass_bdary']
Expand Down

0 comments on commit d82b94f

Please sign in to comment.