Luis

Results 34 comments of Luis

Hi @dkoslicki . The returned TRAPI does not contain any results, so none are rendered: ![image](https://github.com/RTXteam/RTX/assets/37852256/2ea318c4-0eed-4015-8ca0-d89089c3af9a) However, you can still view and explore the Knowledge Graph: ![image](https://github.com/RTXteam/RTX/assets/37852256/fc6e6381-ffe4-420f-89b0-59a490b2bba9) It appears (to...

Hi @saramsey . It does look like it is bad JSON getting sent from the back end to the UI. The culprit appears to be an unquoted string: ![image](https://user-images.githubusercontent.com/37852256/183139643-b30f4358-ebc3-4d9b-ac3e-878a415d0e74.png) ~~Note...

JSON does not have any special keywords for Inf/Infinity/NaN etc: https://stackoverflow.com/questions/1423081/json-left-out-infinity-and-nan-json-status-in-ecmascript So any non-numeric values have to be quoted, or else set to some very large number for Inf (e.g....

Hello Steve and Eric. Is this still a concern, or can we close this issue?

Sure thing, @saramsey . I just wanted to close old/completed issues, but there is no other pressure on this otherwise. Thanks!

Hi @dkoslicki . This should have been flagged by the validator as an incorrect/incomplete TRAPI response. Specifically, there are several results with edge_bindings that contain references to support_graphs: ![image](https://github.com/RTXteam/RTX/assets/37852256/735b6133-4ab3-4b6c-a40c-2529c8140df5) but...

When I post this to `https://arax.ncats.io/NewFmt/api/arax/v1.4/query` I get odd errors: https://arax.ncats.io/devLM/?r=136963 Seems that the DSL interpreter treats those values as strings instead of integers. ![image](https://github.com/RTXteam/RTX/assets/37852256/9eb01725-5897-4146-9567-9065e4fb9e45) Should I use a different...

Hello @chunyuma . Thank you for the link. But that response contains only one element in each `analyses` array. I think we were hoping to test the case where those...

Per @amykglen on Slack: > The new ResultTransformer we set up currently only creates one Analysis per Result. I think there was talk of handling creative mode/inferred query results differently,...