Skip to content
Snippets Groups Projects
Commit e5c08461 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

Update for inspiral_range interface changes

Functions now expect separate (freq, psd) numpy array args
parent e175c8eb
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,7 @@ def main():
title = '{} GWINC Noise Budget'.format(args.IFO)
if args.fom:
psd = (freq, noises['Total'])
fom = range_func(psd, **range_params)
fom = range_func(freq, noises['Total'], **range_params)
fom_title = '{func} {m1}/{m2}: {fom:.3f} Mpc'.format(
func=range_func.__name__,
m1=range_params['m1'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment