Hi @edeutsch, just an FYI, commit 83ed888 seems to have broken some ARAX pytests, in the master branch code.
I'm running the pytest suite like this, on my MBP:
source venv/bin/activate
cd RTX/code/ARAX/ARAXQuery/Expand
python -m kp_info_cacher
cd ../..
pytest -v --cache-clear test/
With the code in the master branch in the previous commit (b4f9cc7), running the pytest suite on my MBP, of the 154 default tests in the master branch, all 154 were passing:
Now, when I check out commit 83ed888 from the mast er branch, only 93 are passing, and 61 are failing:

Hi @edeutsch, just an FYI, commit 83ed888 seems to have broken some ARAX pytests, in the
masterbranch code.I'm running the pytest suite like this, on my MBP:
With the code in the
masterbranch in the previous commit (b4f9cc7), running the pytest suite on my MBP, of the 154 default tests in the master branch, all 154 were passing:Now, when I check out commit 83ed888 from the mast er branch, only 93 are passing, and 61 are failing: