Skip to content

Commit

Permalink
Merge pull request #805 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.20.11 release
  • Loading branch information
ablaom authored Jul 12, 2022
2 parents 5904441 + ab8d12c commit 1c79f8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 = "MLJBase"
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.20.10"
version = "0.20.11"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
1 change: 0 additions & 1 deletion src/hyperparam/one_dimensional_ranges.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function _repr(r::NumericRange{T}, field) where T
r.scale isa Symbol && return repr(value)
return try
scaled = (r.scale)(value)
@show field scaled
if T <: Integer
round(T, scaled)
else
Expand Down

0 comments on commit 1c79f8f

Please sign in to comment.