frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

When multiple schemas contain the same transition, the graph gets messed up. #38

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

For example, it queries foo->bar from source A and gets a really small set of answers. It then queries the same thing (foo->bar) from source B. However, it goes wrong because it only queries source B for the nodes from source A's response. This means that we actually see different results if it queries source A first or if it queries source B first.