Broken encapsulation in OutputSlot
Closed this issue · 0 comments
bekaus commented
OutputSlot has public members like shape or dtype and private properties (_shape and _dtype). That breaks the idea of properties, because usually i would manipulate the public members directly and not using private properties.