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

ValenceArray count does not update Subvalence #1

Open
Alphadelta14 opened this issue Aug 3, 2014 · 0 comments
Open

ValenceArray count does not update Subvalence #1

Alphadelta14 opened this issue Aug 3, 2014 · 0 comments
Labels

Comments

@Alphadelta14
Copy link
Contributor

For an atom using Atom.array(fmt, count=info.a), info.a will not be updated with the length of the array when automatically compiled. It will retain its original value.

Problematic code:

def get_count(self, atomic):

atomic will point to info and not the atomic of the array, so it will fail the lookup and use the original value.

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

No branches or pull requests

1 participant