JeffersonLab / japan

Just Another Parity ANalyzer
7 stars 13 forks source link

Data handlers can't find other data handler variables as IVs #296

Closed paulmking closed 4 years ago

paulmking commented 4 years ago

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)

  1. 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.