Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 26, 2023
1 parent 69ae510 commit 6a52c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def test_weights_on_wrong_days(resource_dir):

with pytest.raises(ValueError):
b[t[-1]] = pd.Series(index={"A", "B", "C"}, data=[5, 5, 5])

for t, state in b:
b.set_weights(
t[-1],
Expand Down

0 comments on commit 6a52c14

Please sign in to comment.