Environment: (where does this bug occur, have you tried other environments)
branch (master for latest released): develop
revision (HEAD for most recent): HEAD
Steps to reproduce: (give a step by step account of how to trigger the bug)
On the adaq cluster, do the following: ./build/qwparity --config prex_prompt.conf -r 3436 --data /adaq2/data1/apar -e 20000:30000
Expected Result: (what do you expect when you execute the steps above)
The output log should not show failures to find combiner objects which are properly defined in other data handler objects.
Apparently we'd only tested data handlers being able to find other DH's variables when accessing them as dependent variables.
Actual Result: (what do you get when you execute the steps above)
You do see failures like: Warning: Independent variable atl1 for combiner of dependent variable @dit_asym_atl1 could not be found.
Environment: (where does this bug occur, have you tried other environments)
Steps to reproduce: (give a step by step account of how to trigger the bug)
Expected Result: (what do you expect when you execute the steps above)
The output log should not show failures to find combiner objects which are properly defined in other data handler objects. Apparently we'd only tested data handlers being able to find other DH's variables when accessing them as dependent variables.
Actual Result: (what do you get when you execute the steps above)
You do see failures like: Warning: Independent variable atl1 for combiner of dependent variable @dit_asym_atl1 could not be found.