ilastik / lazyflow

lazy parallel ondemand zero copy numpy array data flows with caching and dirty propagation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slot.notifyValueChanged purpose and behavior unclear

burgerdev opened this issue · comments

I don't quite understand why only output slots should listen on that signal, but even this does not work: Slot._sig_value_changed is not emitted anywhere.

Slot._sig_value_changed is emitted in OpArrayCache._ensureCached(), which is as far as I can tell only triggered upon requests to output slots Output and OutputHdf5.