Skip to content

Commit

Permalink
up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Nov 17, 2023
1 parent f4dc2b0 commit 2dfce3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/archimedean_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ end
data = rand(rng,C,100)
@test all(pdf(C,data) .>= 0)
@test all(0 .<= cdf(C,data) .<= 1)
@test_broken fit(FrankCopula,data)
# fit(FrankCopula,data)
end
end
@test true
Expand Down

0 comments on commit 2dfce3d

Please sign in to comment.