dingo-gw / dingo

Dingo: Deep inference for gravitational-wave observations
MIT License
55 stars 19 forks source link

Issue with bilby_pipe 1.2.1 #221

Closed hectorestelles closed 11 months ago

hectorestelles commented 1 year ago

There seems to be some incompatibility with release 1.2.1 of bilby_pipe, this is the traceback for a case that failed:

15:49 dingo_pipe INFO : Setting segment trigger-times [1238175800.0099294] Traceback (most recent call last): File "/work/hestelles/miniconda3/envs/dingo-offset-pr/bin/dingo_pipe", line 8, in <module> sys.exit(main()) File "/work/hestelles/src/nihar/dingo_offset_pr/dingo/dingo/pipe/main.py", line 327, in main generate_dag(inputs, model_args) File "/work/hestelles/src/nihar/dingo_offset_pr/dingo/dingo/pipe/dag_creator.py", line 64, in generate_dag generation_node = GenerationNode(inputs, **kwargs) File "/work/hestelles/src/nihar/dingo_offset_pr/dingo/dingo/pipe/nodes/generation_node.py", line 12, in __init__ super().__init__(inputs, **kwargs) File "/work/hestelles/miniconda3/envs/dingo-offset-pr/lib/python3.10/site-packages/bilby_pipe/job_creation/nodes/generation_node.py", line 44, in __init__ if self.inputs.transfer_files or self.inputs.osg: AttributeError: 'MainInput' object has no attribute 'transfer_files'