Skip to content

Commit 01bd96a

Browse files
committed
Remove docstring
1 parent 7a8fae4 commit 01bd96a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

quantile_forest/tests/test_quantile_forest.py

-9
Original file line numberDiff line numberDiff line change
@@ -884,15 +884,6 @@ def check_max_samples_leaf(name):
884884
@pytest.mark.parametrize("name", FOREST_REGRESSORS)
885885
def test_max_samples_leaf(name):
886886
check_max_samples_leaf(name)
887-
"""
888-
Test that `max_samples_leaf` is correctly passed to the `fit` method,
889-
and that it results in the correct maximum leaf size.
890-
891-
Parameters
892-
----------
893-
name : str
894-
The name of the forest regressor to test.
895-
"""
896887

897888

898889
def check_oob_samples(name):

0 commit comments

Comments
 (0)