We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc271e8 commit 8a4a3e8Copy full SHA for 8a4a3e8
Project.toml
@@ -1,7 +1,7 @@
1
name = "MLJModelInterface"
2
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
3
authors = ["Thibaut Lienart and Anthony Blaom"]
4
-version = "0.1.7"
+version = "0.1.8"
5
6
[deps]
7
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
test/data_utils.jl
@@ -84,7 +84,7 @@ end
84
X = ones(3,2)
85
T = table(X)
86
@test Tables.istable(T)
87
- @test_broken Tables.matrix(T) == X
+ @test Tables.matrix(T) == X
88
end
89
# ------------------------------------------------------------------------
90
@testset "nrows-light" begin
0 commit comments