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
This attribute claims to disable caching at the Stage base class level, but it doesn't actually seem to have any functionality. No service throughout the code base implements any custom behaviour. debug_mode was introduced in 4cb9172 and used to have various effects as one can tell.
What to do with it? Make it, e.g., force compute always to call compute_function at least (no caching on identical parameter value hashes)?
The text was updated successfully, but these errors were encountered:
This attribute claims to disable caching at the Stage base class level, but it doesn't actually seem to have any functionality. No service throughout the code base implements any custom behaviour.
debug_mode
was introduced in 4cb9172 and used to have various effects as one can tell.What to do with it? Make it, e.g., force
compute
always to callcompute_function
at least (no caching on identical parameter value hashes)?The text was updated successfully, but these errors were encountered: