Skip to content
Snippets Groups Projects
Commit 707a453c authored by Rebecca Ewing's avatar Rebecca Ewing
Browse files

gstlal-ugly/bin/gstlal_svd_bank_checkerboard: fix a typo in even configuration

parent 99088557
No related branches found
No related tags found
1 merge request!209O4 Online
......@@ -118,7 +118,7 @@ for bank_file in options.svd_files:
bank.sigmasq = bank.sigmasq[1::2]
bank.autocorrelation_bank = bank.autocorrelation_bank[1::2,:]
bank.autocorrelation_mask = bank.autocorrelation_mask[1::2,:]
bank.bank_correlation_matrix = bank_correlation_matrix[1::2,1::2]
bank.bank_correlation_matrix = bank.bank_correlation_matrix[1::2,1::2]
else:
bank.sigmasq = bank.sigmasq[0::2]
bank.autocorrelation_bank = bank.autocorrelation_bank[0::2,:]
......
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