mdsplus
mdsplus copied to clipboard
Wrong number of child nodes in python TreeNode.getChildren()
Affiliation RFX?
Version(s) Affected The MDSplus Version(s) affected, if any. e.g. Client Version: Alpha
Platform(s) Linux
Installation Method(s) Compiled from sources
Describe the bug If a Tree node has more than 4096 children, python TreeNode.getNumChildren() method returns the correct number of children, but the length of the array of nodes returned by method TreeNode.getChildren() is 4096
To Reproduce Create a tree where a node has a number of child node larger than 4096 Access it with python