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

parent != .array #131

Closed
orenbenkiki opened this issue Aug 6, 2023 · 2 comments
Closed

parent != .array #131

orenbenkiki opened this issue Aug 6, 2023 · 2 comments

Comments

@orenbenkiki
Copy link
Contributor

Consider:

m = rand(2, 2)
n = NamedArray(m)
n.array === m
parent(n) === n

Why not parent(n) === n.array?

@davidavdav
Copy link
Owner

Good question. I didn't know parent existed. Could you submit a PR?

@orenbenkiki
Copy link
Contributor Author

Was fixed and released.

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

2 participants