-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix logic on adding is_set:true to QNodes during ID/node-expansion #555
Comments
Rest of the Slack discussion:
|
Today's meeting discussion + decisions: A. decided to change the current logic to:
B. Going to set-aside-for-now: how to keep track of which original ID each expanded ID came from.
|
Deployed to prod 🚀 |
Copied from internal lab Slack thread. See comments on this issue for the rest of the Slack discussion + decisions on what to do (made during today's lab meeting)
I notice that
is_set: true
is being added to non-creative-mode queries at times that I don't expect it.For example, if I run the query below, I get "merged" results like the screenshot, even though I expected two separate results (one for KDR and one for TNK2).
Query
POST to dev https://api.bte.ncats.io/v1/smartapi/8f08d1446e0bb9c2b323713ce83e2bd3/query
It looks like the
is_set: true
is being added to the query_graph during the ID/node-expansion step, even though NO descendant IDs were found and added during that step. So maybe the logic needs tweaking?The text was updated successfully, but these errors were encountered: