b53040 shuffle node split n samples bug

Hi,I made example for snippets and found little bug in shuffle node.
For recreating the bug follow this :

1.Inside “number_of_columns” table node change the value to 4.
2.Inside “shuffle3” chop node change the value to 4.

You can see inconstancy between “New” to “Original” top nodes.

To bypass the problem (proves its a bug):
Change the parameter “Method” inside the “shuffle3” chop node to
“Split Every Nth Sample” then back to Split “N Samples”.

or

If you add:
splitNode.par.nval=ColumnNumber
inside “Fetch_The_Stored_Image” dat node it was working well.

conclusion
seems there is no node update after changing the nval parameter using the shuffle node UI.
shuffle_split_n_samples_bug01.toe (5.92 KB)