Skip to content

Commit

Permalink
remove spaces from empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
lbulgarelli committed Jul 11, 2022
1 parent 430151f commit 2859341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroc.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def _roc(self, pred):
(fpr, tpr)
np.ndarrays containing the false positive rate and the true
positive rate, respectively.
"""
# Transform to matrices
y_prob = np.array([pred])
Expand Down

0 comments on commit 2859341

Please sign in to comment.