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
mod_result=scipy.mean(mod_result) #for features (AHP_depth, AP_duration_half_width) that gives a list as a result, the mean of the results is used
889
890
elifmod_resultisnotNoneandmod_result.size!=0: # mod_result is a numpy array with one element, 0 element for AP1_amp or APlast_amp if no AP generated by the model
890
891
mod_result=mod_result[0]
891
892
892
-
if (mod_result==Noneormod_result==0ormod_result.size==0) and (exp_mean!=Noneandexp_std!=None):
893
+
if (mod_result==Noneormod_result.size==0) and (exp_mean!=Noneandexp_std!=None):
0 commit comments