Skip to content

Commit 4c6aa85

Browse files
committed
update readme and bigtest example
1 parent a029095 commit 4c6aa85

File tree

3 files changed

+81
-84
lines changed

3 files changed

+81
-84
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ regressors = MLJTestIntegration.MLJ.models(matching(X, y)) do m
6969
m.package_name == "GLM"
7070
end
7171

72-
# to test code loading *and* load code:
73-
MLJTestIntegration.test(regressors, X, y, verbosity=1, mod=@__MODULE__, level=4)
72+
# to test code loading:
73+
MLJTestIntegration.test(regressors, X, y, verbosity=2, mod=@__MODULE__, level=1)
7474

7575
# comprehensive tests:
7676
failures, summary =
77-
MLJTestIntegration.test(regressors, X, y, verbosity=3, mod=@__MODULE__, level=4)
77+
MLJTestIntegration.test(regressors, X, y, verbosity=2, mod=@__MODULE__, level=4)
7878

7979
summary |> DataFrame
8080
```

0 commit comments

Comments
 (0)