Skip to content

Commit

Permalink
bug: timeout error
Browse files Browse the repository at this point in the history
  • Loading branch information
drwillcharles committed Feb 6, 2025
1 parent b77f4e6 commit 707b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

def test_lrl2():
BaseEstimator.search_space(1, "")
X, y = make_classification(100, 10)
X, y = make_classification(100000, 1000)
print("start")
lr = LRL2Classifier()
lr.predict(X)
Expand Down

0 comments on commit 707b793

Please sign in to comment.