Skip to content

Commit 8a4a3e8

Browse files
authored
Now compatible with Tables 1.0.2 (#22)
1 parent cc271e8 commit 8a4a3e8

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 = "0.1.7"
4+
version = "0.1.8"
55

66
[deps]
77
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"

test/data_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ end
8484
X = ones(3,2)
8585
T = table(X)
8686
@test Tables.istable(T)
87-
@test_broken Tables.matrix(T) == X
87+
@test Tables.matrix(T) == X
8888
end
8989
# ------------------------------------------------------------------------
9090
@testset "nrows-light" begin

0 commit comments

Comments
 (0)