Skip to content

Commit

Permalink
hopefully final update
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Mar 30, 2024
1 parent ebe39a5 commit 89f79df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/black_format.yml

This file was deleted.

2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_stacking_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def test_decision_function():

if Version(sklearn_version) < Version("0.21"):
assert scores_mean == 0.96, scores_mean
elif platform.system() == 'Darwin':
elif platform.system() == "Darwin":
assert scores_mean == 0.93, scores_mean
else:
assert scores_mean == 0.94, scores_mean
Expand Down

0 comments on commit 89f79df

Please sign in to comment.