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
Is it acceptable to use None to check whether a quantity needs to be updated? Do we reset class variables to None when they need to be recomputed, or do we force recomputation with each call to, say getChord(), rather than have it return a value if it's already pre-computed.
The text was updated successfully, but these errors were encountered:
Is it acceptable to use None to check whether a quantity needs to be updated? Do we reset class variables to None when they need to be recomputed, or do we force recomputation with each call to, say getChord(), rather than have it return a value if it's already pre-computed.
The text was updated successfully, but these errors were encountered: