Skip to content

Commit

Permalink
Fixing after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
filipebraida committed Sep 10, 2020
1 parent e9eaa89 commit 0fabb49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/matlab.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ function generate_twospirals(; n_samples::Int = 2000,
labels = [zeros(Int, N1); ones(Int, N1)]

return convert(features, labels);
end
end
3 changes: 0 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ using Test
@test size(data)[1] == samples
@test size(data)[2] == features + 1

@test size(data)[1] == samples
@test size(data)[2] == features + 1

data = SyntheticDatasets.generate_friedman1(n_samples = samples,
n_features = features)

Expand Down

0 comments on commit 0fabb49

Please sign in to comment.