scalar + vector = scalar
System dynamics program with additional features for economics
Brought to you by:
hpcoder,
profstevekeen
image
Thanks for this report. It appears the issue occurs when there is non-numerical x-vector on one side of the binary operation when it comes to merging non-conformant inputs. What is expected is that the scalar value is broadcast over all tensor positions, just like it does if the inputs are connected to different ports. A simpler example of this bug is attached here.