Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aeftimia committed Aug 17, 2022
1 parent 1131c92 commit fb3505d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/credibility/test_credibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def test_value_error():


def test_equivalence():
assert credibility.credible_interval(0, 0) == credibility.credible_interval(
1, 1, prior=(0, 0)
assert credibility.credible_interval(0, 1) == credibility.credible_interval(
1, 2, prior=(0, 0)
)


Expand Down

0 comments on commit fb3505d

Please sign in to comment.