Skip to content

Commit 5929f2f

Browse files
authored
Merge pull request #18 from JuliaAI/operation-bug
Fix operation bug
2 parents 1cf84ba + 1f4b7c2 commit 5929f2f

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 = "MLJTestIntegration"
22
uuid = "697918b4-fdc1-4f9e-8ff9-929724cee270"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[deps]
77
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"

src/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function test(model_proxies, data...; mod=Main, level=2, throw=false, verbosity=
269269
operations, outcome =
270270
MLJTestIntegration.operations(fitted_machine, data...; throw, verbosity)
271271
# special treatment to get list of operations in `summary`:
272-
if operations == "×"
272+
if outcome == "×"
273273
row = update(row, i, :operations, operations, outcome)
274274
continue
275275
else

0 commit comments

Comments
 (0)