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
In component.py, we currently access thresholds by calling self.get_config(). Instead, we could store all thresholds in variables upon initialization and reuse them.
The text was updated successfully, but these errors were encountered:
In
component.py
, we currently access thresholds by callingself.get_config()
. Instead, we could store all thresholds in variables upon initialization and reuse them.The text was updated successfully, but these errors were encountered: