Skip to content

Commit

Permalink
Remove docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Nov 12, 2024
1 parent 7a8fae4 commit 01bd96a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions quantile_forest/tests/test_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,15 +884,6 @@ def check_max_samples_leaf(name):
@pytest.mark.parametrize("name", FOREST_REGRESSORS)
def test_max_samples_leaf(name):
check_max_samples_leaf(name)
"""
Test that `max_samples_leaf` is correctly passed to the `fit` method,
and that it results in the correct maximum leaf size.
Parameters
----------
name : str
The name of the forest regressor to test.
"""


def check_oob_samples(name):
Expand Down

0 comments on commit 01bd96a

Please sign in to comment.