Skip to content

Commit

Permalink
Merge pull request #34 from OkonSamuel/patch-1
Browse files Browse the repository at this point in the history
edit the `test` docstring
  • Loading branch information
ablaom authored Mar 22, 2023
2 parents cd03b31 + 17cdac9 commit 49d0808
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 49d0808

Please sign in to comment.