lalinference_pipe_utils.py: minor fix in get_xml_psds
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
Activity
Filter activity
added lalinference label
mentioned in commit 53ce0323
added lang_python + 1 deleted label
- A deleted user
removed lang_python label
Please register or sign in to reply