You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The callable function of
axesShape
's GUP is precomputed and stored in the privatedata
variable. When the GUP changes (viagup
method) the previous GUP is retained by thisdata
variable. It is generally expected that a call togup
will always be proceeded by a call todata
.To support an alternative scenario the
data
variable needs to invalidated and potentially computed lazily.The text was updated successfully, but these errors were encountered: