Consider a model A that has x as an output name - but not input
and a model B that has x as an input name and x as an output name
we compose A to B
but now the the B model cannot feed the x back into A.
We discussed that this should probably through a warning.
Consider a model A that has
xas an output name - but not inputand a model B that has
xas an input name andxas an output namewe compose A to B
but now the the B model cannot feed the x back into A.
We discussed that this should probably through a warning.