Skip to content
Snippets Groups Projects

gstlal_svd_bank_checkerboard: update for svd_bank.write_bank API changes

Merged Patrick Godwin requested to merge fix-svd_checkerboard into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading