RTXteam / RTX

Software repo for Team Expander Agent (Oregon State U., Institute for Systems Biology, and Penn State U.)
https://arax.ncats.io/
MIT License
33 stars 21 forks source link

test_ARAXRanker_test9_asset614 failing in `master` since Saturday #2389

Closed amykglen closed 1 month ago

amykglen commented 1 month ago

since Saturday test_ARAX_ranker.py::test_ARAXRanker_test9_asset614 has been failing in master

for instance, see the test build for my latest commit: https://github.com/RTXteam/RTX/actions/runs/11111007504/job/30869985003#step:13:1302

on Saturday I noticed that this test was failing when I ran the pytest suite locally, so I tried running the test without any local changes over what was already in master (as of Friday), and it still failed, so I don't think it's due to changes I made?

chunyuma commented 1 month ago

Not sure what change causes no result for this test. It seems like it is due to the xDTD fixes in #2160. I am working on it.

chunyuma commented 1 month ago

The issue has been resolved in the latest commit. It now passes, but because it takes too long to run, I marked it as slow. All non-slow tests have passed except for test_xdtd_issue2160 due to #2392, which requires your help to resolve the issue. Thank you!

chunyuma commented 1 month ago

Hi @amykglen, can we close this issue as well?

amykglen commented 1 month ago

yes, thanks!