Skip to content
Snippets Groups Projects
Commit 92aacaae authored by Patrick Godwin's avatar Patrick Godwin Committed by Patrick Godwin
Browse files

gstlal_inspiral: mistakenly dropped bankcorrelation_matrix prop from itacac

parent 92e602fc
No related branches found
No related tags found
1 merge request!137Address segfaults in itacac when checkerboarding + misc
......@@ -890,6 +890,7 @@ for output_file_number, (svd_bank_url_dict, output_url, ranking_stat_output_url,
"sigmasq": bank.sigmasq,
"autocorrelation_matrix": pipeio.repack_complex_array_to_real(bank.autocorrelation_bank),
"autocorrelation_mask": bank.autocorrelation_mask,
"bankcorrelation_matrix": pipeio.repack_complex_array_to_real(bank.bank_correlation_matrix),
}
# FIXME: find a way to use less memory without this hack
......
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