You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the node could copy input data according to the length of the number input. In this example I would expect [[[2], [2]], [[2], [2], [2]]] output.
Also data input is not vectorized
The text was updated successfully, but these errors were encountered:
Problem statement
It would be nice if the node could copy input data according to the length of the number input. In this example I would expect
[[[2], [2]], [[2], [2], [2]]]
output.Also
data
input is not vectorizedThe text was updated successfully, but these errors were encountered: