simphony / simphony-osp

A framework that aims to achieve interoperability between software such as simulation engines, databases and data repositories using a knowledge graph as the common language.
https://simphony.readthedocs.io
Other
16 stars 12 forks source link

Use BFS in `find` function and variants #833

Closed kysrpex closed 1 year ago

kysrpex commented 1 year ago

The find function may yield an exception in sessions that use the SimPhoNy cache feature (issue #820). This PR makes it use BFS as a workaround.