@edeutsch suspects that this line of code in ARAX_expander.py (in the issue-2590 branch) is unnecessary:
|
response = infer_response # these are already always the same object? |
He suspects that response already has the infer_response value and thus this is a no-op. Proposes a code review (and some testing, perhaps an assertion) to verify this.