Skip to content

Commit

Permalink
Modify a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelkusch committed Jan 20, 2025
1 parent 0248642 commit c0ac779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_dcrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def test_dcrt_lasso_no_selection():

def test_dcrt_lasso_fit_with_cv():
"""
This function tests the dcrt function using the Lasso learner
Test the dcrt function using the Lasso learner
"""
X, y = make_regression(n_samples=100, n_features=10, noise=0.2, random_state=2024)
results = dcrt_zero(
Expand Down

0 comments on commit c0ac779

Please sign in to comment.