Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Nov 9, 2023
1 parent f3aa7d7 commit 9d0f2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktree/stats/tests/test_coleman.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def test_linear_model(hypotester, model_kwargs, n_samples, n_repeats, test_size)
FeatureImportanceForestClassifier,
{
"estimator": RandomForestClassifier(
max_features='sqrt',
max_features="sqrt",
# random_state=seed,
n_estimators=100,
n_jobs=-1,
Expand Down

0 comments on commit 9d0f2db

Please sign in to comment.