Skip to content
Snippets Groups Projects
Commit 5f3f2655 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_inspiral_metric_overlap: fix whitespace

parent b042187d
No related branches found
Tags gstlal-ugly-1.6.5-v1
No related merge requests found
Pipeline #70784 passed with warnings
......@@ -22,12 +22,12 @@ parser.add_argument("--num-rows", type=int, help = "The number of rows to calcul
args = parser.parse_args()
g_ij = metric_module.Metric(
args.psd_xml_file,
coord_func = metric_module.x_y_z_zn_func,
duration = 1.0, # FIXME!!!!!
flow = 10,
fhigh = 1024,
approximant = "IMRPhenomD"
args.psd_xml_file,
coord_func = metric_module.x_y_z_zn_func,
duration = 1.0, # FIXME!!!!!
flow = 10,
fhigh = 1024,
approximant = "IMRPhenomD"
)
xmldoc = ligolw_utils.load_filename(args.bank_file, verbose = True, contenthandler = LIGOLWContentHandler)
......
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