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

info incorrectly annotates object as recursive #1891

Open
braingram opened this issue Dec 24, 2024 · 0 comments
Open

info incorrectly annotates object as recursive #1891

braingram opened this issue Dec 24, 2024 · 0 comments

Comments

@braingram
Copy link
Contributor

Description of the problem

In the below example info reports l2 as a recursive reference when there is no recursion.

Example of the problem

>>> import asdf
>>> af = asdf.AsdfFile()
>>> af['l'] = af['l2'] = ()
>>> af.info()
root (AsdfObject)
├─l (tuple): ()
└─l2 (tuple): () (recursive reference)

System information

asdf version: main
python version: 3.12
operating system: mac osx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant