Skip to content

Commit 251561b

Browse files
Adding Matlab testset
Forgot to create matlab testset in last commit, so did it now.
1 parent 11aab71 commit 251561b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,14 @@ using Test
4444
@test size(data)[1] == samples
4545
@test size(data)[2] == features + 1
4646

47+
end
48+
49+
@testset "Matlab Generators" begin
50+
samples = 20000
4751

4852
data = SyntheticDatasets.generate_twospirals(n_samples = samples,
4953
noise = 2.2)
5054

5155

5256
@test size(data)[1] == samples
53-
5457
end

0 commit comments

Comments
 (0)