krish-adi / barfi

Python Flow Based Programming environment that provides a graphical programming environment.
https://barfi.readthedocs.io
MIT License
670 stars 73 forks source link

[Bug]Use same type component multiple times #15

Open westwind027 opened 1 year ago

westwind027 commented 1 year ago

Scene: Use same type component multiple times Bug: When call get_interface() , the result is wrong image

image image

image image

the right result: barfi_result['Noop-1"]['block'].get_interface(name='Output') image barfi_result['Noop-2"]['block'].get_interface(name='Output') image

krish-adi commented 1 year ago

Do you have the repo where I can reproduce this?

westwind027 commented 1 year ago

Thx for that, this is my repo address: https://github.com/westwind027/workflow