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 source file ProtFeat.py, line 797, when the sequence is small enough for outlierLength to be equal to 1, scale_trimMean is set as an empty array, rather than the whole array. When the mean of scale_trimMean is then taken at line 818, it throws the warning "RuntimeWarning: Mean of empty slice".
The text was updated successfully, but these errors were encountered:
In source file ProtFeat.py, line 797, when the sequence is small enough for outlierLength to be equal to 1, scale_trimMean is set as an empty array, rather than the whole array. When the mean of scale_trimMean is then taken at line 818, it throws the warning "RuntimeWarning: Mean of empty slice".
The text was updated successfully, but these errors were encountered: