Closed
Description
Description
Take a look at the code snippet below:
Lines 42 to 44 in f67ff8b
Here, the return type hint is wrong. MeasurableComparision
is an Op
, but what is returned are TensorVariables
whose node has that Op
.
This needs to be rectified for all the functions which intend to find a measurable op
.