Skip to content

Commit

Permalink
Merge pull request #23 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.2.6 release
  • Loading branch information
ablaom authored Feb 16, 2024
2 parents 8bd5093 + 7d32440 commit 9a7d4a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ coverage:
status:
project:
default:
threshold: 0.5%
threshold: 0.5%
patch:
default:
target: 80%coverage:
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.2.5"
version = "0.2.6"

[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 @@ -133,7 +133,7 @@ function test(model_types, data...; mod=Main, level=2, throw=false, verbosity=1,

if level < 1 || level > 2
level = level < 1 ? 1 : 2
@warn WARN(level)
@warn WARN_LEVEL(level)
end

nmodels = length(model_types)
Expand Down

0 comments on commit 9a7d4a1

Please sign in to comment.