Skip to content

Commit

Permalink
Update tests to match revised default options
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Feb 26, 2024
1 parent 774a78d commit 613ed15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_hawkdovemulti.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
def test_init():
model = HawkDoveMultipleRiskModel(5)
# defaults
assert model.risk_adjustment is None
assert model.risk_adjustment == "adopt"
assert model.hawk_odds == 0.5
assert model.play_neighborhood == 8
assert model.adjust_neighborhood == 8
# unused but should be set to default
assert model.adjust_round_n == 10
assert model.risk_distribution == "uniform"

# init with risk adjustment
model = HawkDoveMultipleRiskModel(
Expand Down

0 comments on commit 613ed15

Please sign in to comment.