Skip to content

Commit 13933a8

Browse files
authored
Merge pull request #166 from JuliaAI/dev
For a 1.7.1 release
2 parents adb1258 + 100c477 commit 13933a8

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 = "MLJModelInterface"
22
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
33
authors = ["Thibaut Lienart and Anthony Blaom"]
4-
version = "1.7.0"
4+
version = "1.7.1"
55

66
[deps]
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

src/model_api.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ thereof. The fallback of `reformat` returns the user-provided data
1010
function fit end
1111

1212
# fallback for static transformations
13-
fit(::Static, ::Integer, data...) = (nothing, nothing, nothing)
13+
fit(::Static, verbosity, data...) = (nothing, nothing, nothing)
1414

1515
# fallbacks for supervised models that don't support sample weights:
1616
fit(m::Supervised, verbosity, X, y, w) = fit(m, verbosity, X, y)

0 commit comments

Comments
 (0)