TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

/query Removing analyses #229

Closed uhbrar closed 6 months ago

uhbrar commented 7 months ago

When I use the /query endpoint to normalize an entire message, I am encountering an odd issue where the results are changed in such a way that that the analyses for each result and some of the node_bindings are removed, even though they were previously there.

I send input.json and receive back output.json. This is being sent by the workflow runner to dev node norm.

gaurav commented 7 months ago

I've got a test written in PR https://github.com/TranslatorSRI/babel-validation/pull/26 and a possible solution in PR https://github.com/TranslatorSRI/NodeNormalization/pull/231. I'll deploy it to translator-exp and then you can test it out.