Skip to content

Commit 57cc8ac

Browse files
committed
Adding generate s curve simple test
1 parent 5dd71c9 commit 57cc8ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/runtests.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@ using Test
1717

1818
@test size(data)[1] == samples
1919
@test size(data)[2] == 3
20+
21+
data = SyntheticDatasets.generate_s_curve(n_samples = samples,
22+
noise = 2.2,
23+
random_state = 5)
24+
25+
@test size(data)[1] == samples
26+
@test size(data)[2] == 4
27+
2028
end

0 commit comments

Comments
 (0)