Skip to content

Commit

Permalink
edit the test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel authored Mar 10, 2023
1 parent cd03b31 commit 17cdac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ MLJTestIntegration.test(regressors, X, y, verbosity=1, mod=@__MODULE__, level=1)
# comprehensive tests:
failures, summary =
MLJTestIntegration.test(regressors, X, y, verbosity=3, mod=@__MODULE__, level=1)
MLJTestIntegration.test(regressors, X, y, verbosity=1, mod=@__MODULE__, level=3)
summary |> DataFrame
```
Expand Down

0 comments on commit 17cdac9

Please sign in to comment.