Skip to content

Commit

Permalink
a correction of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Apr 28, 2020
1 parent 30de2fa commit 6332a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/higher_order_cors_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ end
@test pvalue(ExactOneSampleKSTest(x1[:,1], Normal(0,S[1]))) > α
@test pvalue(ExactOneSampleKSTest(x1[:,3], Normal(0,S[3]))) > α

@test norm(cor(y)-cor(x1))/norm(cor(y)) < 0.115
@test norm(cor(y)-cor(x1))/norm(cor(y)) < 0.118
@test maximum(abs.(cor(y)-cor(x1))) < 0.24
end

Expand Down

0 comments on commit 6332a13

Please sign in to comment.