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
19 stars 2 forks source link

:bug: Selecting nodes may cause them to trigger #178

Closed liamhuber closed 1 year ago

liamhuber commented 1 year ago

I suspect this comes from using port.update(val) instead of port.val = val in the node controller in #177.