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

data of axesShape becomes invalid on call to gup #2

Open
au-phiware opened this issue Jul 20, 2018 · 0 comments
Open

data of axesShape becomes invalid on call to gup #2

au-phiware opened this issue Jul 20, 2018 · 0 comments

Comments

@au-phiware
Copy link
Owner

The callable function of axesShape's GUP is precomputed and stored in the private data variable. When the GUP changes (via gup method) the previous GUP is retained by this data variable. It is generally expected that a call to gup will always be proceeded by a call to data.

To support an alternative scenario the data variable needs to invalidated and potentially computed lazily.

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