Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Apr 22, 2024
1 parent 2352c62 commit dee1d2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions randomisation/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def test_stratification_balancing(self):
stratas[f"{random_age}_{random_province}"][random_arm] += 1
totals[random_arm] += 1

totals["Arm 1"] += 4

def check_arms_balanced(arms, diff, description):
values = [value for value in arms.values()]
msg = f"Arms not balanced: {description} - {values}"
Expand Down

0 comments on commit dee1d2a

Please sign in to comment.