Skip to content

Commit

Permalink
tst: speedup another SBR test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Oct 16, 2024
1 parent 71bb431 commit 4b15699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_optimizers/test_optimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def data(request):
ElasticNet(fit_intercept=False),
DummyLinearModel(),
MIOSR(),
SBR(),
SBR(num_warmup=10, num_samples=10),
],
ids=lambda param: type(param),
)
Expand Down

0 comments on commit 4b15699

Please sign in to comment.