Add a sink operation to avoid dangling nodes
2 unresolved threads
2 unresolved threads
Compare changes
+ 43
− 1
@@ -73,7 +73,6 @@ class Constant(AbstractOperation):
@@ -1263,3 +1262,46 @@ class Shift(AbstractOperation):
This will error? Not sure what the correct thing to do is though... Maybe raise a more explicit error? (As I do not think that this will ever be evaluated.)
Right. I suppose just throwing a
NotImplementedError
would be easiestchanged this line in version 2 of the diff