Closed ramiro050 closed 2 years ago
The helper function _unwrap_single_tuple_return modifies the input graph in-place, so it does not makes sense to have the function return the final graph. This commit also makes the unit-tests a bit more comprehensive.
_unwrap_single_tuple_return
The helper function
_unwrap_single_tuple_return
modifies the input graph in-place, so it does not makes sense to have the function return the final graph. This commit also makes the unit-tests a bit more comprehensive.