Skip to content

Commit

Permalink
remove more mass gap code
Browse files Browse the repository at this point in the history
  • Loading branch information
tdent committed Sep 18, 2024
1 parent bb76e51 commit 3f3e9bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/pycbc_source_probability_offline
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ args = parser.parse_args()

mc_area_args = mchirp_area.from_cli(args, parser)

if not args.include_mass_gap:
mass_bdary = mc_area_args['mass_bdary']
assert mass_bdary['ns_max'] == mass_bdary['gap_max'], \
'NS/Mass Gap boundaries should be the same.'

pycbc.init_logging(args.verbose)

TRIGGER_FILE = args.trigger_file.split('/')[-1]
Expand Down

0 comments on commit 3f3e9bf

Please sign in to comment.