pyiron / ironflow

Prototype of a graphical user interface for pyiron (unstable)
https://mybinder.org/v2/gh/pyiron/ironflow/HEAD?labpath=example.ipynb
BSD 3-Clause "New" or "Revised" License
16 stars 2 forks source link

Ontological typing uses an unperformant algorithm #182

Open liamhuber opened 1 year ago

liamhuber commented 1 year ago

Fundamentally, we need to check the actual realized workflow graphs against the tree of available ontological graphs. Right now each port does this in the most naive way:

This is only updated when new connections are made, but still. With graphs the size of the examples the delay is not particularly cumbersome, but the scaling is not good and a more intelligent comparison of the two trees will be needed in the future.