Skip to content

Commit

Permalink
bug fix ellipse was removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jul 24, 2020
1 parent 221dd51 commit c31a982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pca/pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ def spe_dmodx(X, n_std=2, calpha=0.3, color='green', showfig=False, verbose=3):
out = pd.DataFrame()
out['y_bool_spe'] = outliers
out['y_score_spe'] = y_score
g_ellipse = None

return out, g_ellipse

Expand Down

0 comments on commit c31a982

Please sign in to comment.