Skip to content

Commit

Permalink
Getting the tests green
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCap23 committed Feb 11, 2020
1 parent 37ce43c commit 83703ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -307,7 +307,7 @@ end
xs, ts = burst_sampling(X, t, 2.0, 1)
@test all([any(xi .≈ X) for xi in eachcol(xs)])
@test size(xs)[end] == size(ts)[end]
@test ts[end]-ts[1] == 2.0
@test ts[end]-ts[1] 2.0
X2n = subsample(X, 2)
t2n = subsample(t, 2)
@test size(X2n)[end] == size(t2n)[end]
Expand Down

0 comments on commit 83703ea

Please sign in to comment.