Skip to content

Commit

Permalink
fix deadline on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoplectic committed May 20, 2019
1 parent e4a6ccb commit 06ef2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dit/tests/test_inequalities.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def test_shannon_inequality(dist):


@given(dist=distributions(alphabets=((2, 4),)*4))
@settings(deadline=None)
def test_zhang_yeung_inequality(dist):
"""
2I(C:D) <= I(A:B)+I(A:CD)+3I(C:D|A)+I(C:D|B)
Expand Down

0 comments on commit 06ef2a8

Please sign in to comment.