Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong number of child nodes in python TreeNode.getChildren() #2788

Open
GabrieleManduchi opened this issue Jun 5, 2024 · 0 comments
Open
Labels
api/python Relates to the Python API bug An unexpected problem or unintended behavior

Comments

@GabrieleManduchi
Copy link
Contributor

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

@GabrieleManduchi GabrieleManduchi added the bug An unexpected problem or unintended behavior label Jun 5, 2024
@mwinkel-dev mwinkel-dev added the api/python Relates to the Python API label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api/python Relates to the Python API bug An unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants