Skip to content

Commit

Permalink
Expand tests for correlated stimuli
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke committed Aug 16, 2018
1 parent 9b90939 commit f2aa704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ end
@test std(a) 1 atol = 0.01

for deviation = 0.1:0.1:1.3
for correlation = 0.1:0.1:0.9
for correlation = 0.0:0.1:0.9
source = CorrelatedNoiseSource(Float64, 48000, 2, deviation, correlation)
a = read(source, 48000)
@test std(a) deviation atol = 0.025
Expand Down

0 comments on commit f2aa704

Please sign in to comment.