Skip to content

Commit

Permalink
Merge pull request #4 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.1.1 release
  • Loading branch information
ablaom authored Nov 29, 2022
2 parents 1509305 + e988c4a commit 29cc117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJTestInterface"
uuid = "72560011-54dd-4dc2-94f3-c5de45b75ecd"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
Expand Down
2 changes: 1 addition & 1 deletion src/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end

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

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

0 comments on commit 29cc117

Please sign in to comment.