Skip to content

Commit

Permalink
Update test_cstv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhv10 authored Jul 3, 2024
1 parent 5f05acb commit 37d17b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_cstv.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@

class TestFunctions(unittest.TestCase):
def setUp(self):

self.projects = Instance([Project("A", 27),Project("B", 30),Project("C", 40)])
self.donors = [CumulativeBallot({"A": 5, "B": 10, "C": 5}), CumulativeBallot({"A": 10, "B": 10, "C": 0}), CumulativeBallot({"A": 0, "B": 15, "C": 5}), CumulativeBallot({"A": 0, "B": 0, "C": 20}), CumulativeBallot({"A": 15, "B": 5, "C": 0})]


def test_cstv_budgeting_with_zero_budget(self):
for donor in self.donors:
for key in donor.keys():
Expand Down

0 comments on commit 37d17b4

Please sign in to comment.