Skip to content

Commit

Permalink
chore: remove used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BainanXia committed Jan 28, 2021
1 parent 89a1ae3 commit b05cd58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion postreise/analyze/generation/tests/test_capacity_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def test_get_capacity_by_resources():
arg = [(scenario, "zone2", "wind"), (scenario, "all", "wind")]
expected = [4000, 9000]
for a, e in zip(arg, expected):
tmp = get_capacity_by_resources(*a)
assert get_capacity_by_resources(*a).values == e


Expand Down

0 comments on commit b05cd58

Please sign in to comment.