Skip to content

Commit 29cc117

Browse files
authored
Merge pull request #4 from JuliaAI/dev
For a 0.1.1 release
2 parents 1509305 + e988c4a commit 29cc117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJTestInterface"
22
uuid = "72560011-54dd-4dc2-94f3-c5de45b75ecd"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"

src/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929

3030
const WARN_FAILURES_ENCOUNTERED =
3131
"Some errors were encountered. To isolate specific errors you may want "*
32-
"test again, specifiying `throw=false` to get a full stack trace. You may also want "*
32+
"test again, specifiying `throw=true` to get a full stack trace. You may also want "*
3333
"limit tests to problem model(s). "
3434

3535
# for updating `failures` and `summary` tables output by `test(...)` below; returns the

0 commit comments

Comments
 (0)