Skip to content
Snippets Groups Projects
Commit 4c261c95 authored by Patrick Godwin's avatar Patrick Godwin Committed by ChiWai Chan
Browse files

gstlal_svd_bank_checkerboard: update for svd_bank.write_bank API changes

parent 1d68a2ce
No related branches found
No related tags found
No related merge requests found
......@@ -127,4 +127,4 @@ for bank_file in options.svd_files:
os.mkdir(out_path)
# Write out checkerboard SVD bank
svd_bank.write_bank(out_bank_file, banks, psd, cliplefts = [0]*len(banks), cliprights = [0]*len(banks), verbose = options.verbose)
svd_bank.write_bank(out_bank_file, banks, psd, verbose = options.verbose)
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