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

gstlal_iir_inspiral: update to use new svd bank strin parsing function

parent b2470615
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ def parse_command_line():
# Get the banks and make the detectors
iir_banks = inspiral.parse_banks(options.iir_bank)
iir_banks = inspiral.parse_svdbank_string(options.iir_bank)
# FIXME: should also check for read permissions
required_files = []
......
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