LALInference online runs fail: name 'numpy' is not defined
This is with lalsuite 6.63.1.dev20191218 (yesterday's nightly build from master).
Traceback (most recent call last):
File "/home/emfollow-playground/.local/bin/lalinference_pipe", line 484, in <module>
dag=pipe_utils.LALInferencePipelineDAG(this_cp)
File "/home/emfollow-playground/.local/lib/python3.7/site-packages/lalinference/lalinference_pipe_utils.py", line 851, in __init__
self.add_science_segments()
File "/home/emfollow-playground/.local/lib/python3.7/site-packages/lalinference/lalinference_pipe_utils.py", line 1618, in add_science_segments
ast.literal_eval(self.config.get('statevector', 'bits')), start, end
File "/home/emfollow-playground/.local/lib/python3.7/site-packages/lalinference/lalinference_pipe_utils.py", line 71, in findSegmentsToAnalyze
if not numpy.issubdtype(state.dtype, numpy.unsignedinteger):
NameError: name 'numpy' is not defined
Edited by Leo P. Singer