Skip to content

Commit 6eb89d9

Browse files
authored
Merge pull request #16 from JuliaAI/dev
For a 0.2.2 release
2 parents 0a52dc4 + 77428a4 commit 6eb89d9

File tree

5 files changed

+84
-86
lines changed

5 files changed

+84
-86
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJTestIntegration"
22
uuid = "697918b4-fdc1-4f9e-8ff9-929724cee270"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"

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)