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

gstlal_inspiral_treebank: change duration to 1s

parent fda053ec
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ else: ...@@ -167,7 +167,7 @@ else:
g_ij = metric_module.Metric( g_ij = metric_module.Metric(
args.psd_file, args.psd_file,
coord_func = coord_func, coord_func = coord_func,
duration = 4, # FIXME!!!!! duration = 1, # FIXME!!!!!
flow = args.flow, flow = args.flow,
fhigh = args.fhigh, fhigh = args.fhigh,
approximant = args.approximant) approximant = args.approximant)
......
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