Skip to content

Commit

Permalink
Add estimator to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kahaaga committed Apr 12, 2021
1 parent 3c272ec commit 8e21bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ using Test, TransferEntropy
@test mutualinfo(x, y, est) isa Real
@test mutualinfo(x, y, est, q = 2) isa Real
@test mutualinfo(x, z, est) isa Real
@test mutualinfo(z, x) isa Real
@test mutualinfo(z, w) isa Real
@test mutualinfo(z, x, est) isa Real
@test mutualinfo(z, w, est) isa Real

# Estimators for which Renyi entropies cannot be used
est_kl = KozachenkoLeonenko()
Expand Down

0 comments on commit 8e21bf4

Please sign in to comment.