Skip to content

Commit 0fabb49

Browse files
committed
Fixing after merge
1 parent e9eaa89 commit 0fabb49

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/matlab.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ function generate_twospirals(; n_samples::Int = 2000,
3030
labels = [zeros(Int, N1); ones(Int, N1)]
3131

3232
return convert(features, labels);
33-
end
33+
end

test/runtests.jl

-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ using Test
4747
@test size(data)[1] == samples
4848
@test size(data)[2] == features + 1
4949

50-
@test size(data)[1] == samples
51-
@test size(data)[2] == features + 1
52-
5350
data = SyntheticDatasets.generate_friedman1(n_samples = samples,
5451
n_features = features)
5552

0 commit comments

Comments
 (0)