Skip to content

lalinference_pipe_utils.py: minor fix in get_xml_psds

Soichiro Morisaki requested to merge twosoichiros/lalsuite:get_xml_psds into master

The previous one reads ifodata.data.data.data, which should be ifodata.data.data. I confirmed that with this patch we can successfully create dag with ignore-gracedb-psd=False. This bug was not found in the test runs with python3 since ndarray.data[i]=ndarray[i] in python3.

Merge request reports