Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Nov 11, 2020
1 parent 837a100 commit b051241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aroma/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
HYPERPLANE = [-19.9751070082159, 9.95127547670627, 24.8333160239175]


def predict(X, thr_csf=TH_CSF, thr_hfc=THR_HFC, hplane=HYPERPLANE):
def predict(X, thr_csf=THR_CSF, thr_hfc=THR_HFC, hplane=HYPERPLANE):
"""
Classify components as motion or non-motion based on four features.
Expand Down

0 comments on commit b051241

Please sign in to comment.