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 your latest update in the kpi.py file, I notice that in the function set_normalize_KPM, if setting is False, the variable _KMP0 is not declare. I know that the default is True but if we want it False, I think what we should see is self.KPM = self.KPM.copy(). I will try to do a PR if it is the right fix.
The text was updated successfully, but these errors were encountered:
Hi @fmartinache,
In your latest update in the
kpi.py
file, I notice that in the functionset_normalize_KPM,
if setting is False, the variable _KMP0 is not declare. I know that the default is True but if we want it False, I think what we should see isself.KPM = self.KPM.copy()
. I will try to do a PR if it is the right fix.The text was updated successfully, but these errors were encountered: