Skip to content

Commit 1c79f8f

Browse files
authored
Merge pull request #805 from JuliaAI/dev
For a 0.20.11 release
2 parents 5904441 + ab8d12c commit 1c79f8f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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 = "MLJBase"
22
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.20.10"
4+
version = "0.20.11"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"

src/hyperparam/one_dimensional_ranges.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ function _repr(r::NumericRange{T}, field) where T
3535
r.scale isa Symbol && return repr(value)
3636
return try
3737
scaled = (r.scale)(value)
38-
@show field scaled
3938
if T <: Integer
4039
round(T, scaled)
4140
else

0 commit comments

Comments
 (0)