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 Oct 24, 2024
1 parent aaaff63 commit ae9ad28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_fit_no_t(toy_X):
def test_fit_dup_Y(toy_X, toy_y):
toy_X = pd.concat((toy_X, toy_y), axis=1)
model_builder = ModelBuilderTest()

with pytest.raises(ValueError) as excinfo:
model_builder.fit(X=toy_X, chains=1, draws=100, tune=100)

Expand Down

0 comments on commit ae9ad28

Please sign in to comment.