Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent a302242 commit 3b4693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_optimize():
assert week == 4
df_opt = ffbot.optimize(df, week, TEAM, POSITIONS)
desired_df_opt = """ Add Drop Total points Discounted points VOR
0 Player 200 (WR)
0 Player 200 (WR)
1 <current roster> 1723.27 420.2 515.9
2 Player 221 (TE) 6.11 0.58 -19.01
3 Player 143 (DEF) Player 101 (QB) -10.41 2.33 -16.19
Expand Down

0 comments on commit 3b4693f

Please sign in to comment.