Skip to content

Commit

Permalink
Update higher_order_cors_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino authored Mar 10, 2023
1 parent a30c01c commit 24b3096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/higher_order_cors_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ end

x2 = gcop2arch(y, d; naive = true)
@test pvalue(ExactOneSampleKSTest(x2[:,1], Normal(0,S[1]))) > α
@test pvalue(ExactOneSampleKSTest(x2[:,2], Normal(0,S[2]))) > α
@test maximum(abs.(cov(y[:,1:4])-cov(x2[:,1:4]))) < 0.06
@test_throws AssertionError gcop2arch(y, ["clayton" => [1,1,3,4]])
end
Expand Down

0 comments on commit 24b3096

Please sign in to comment.