Skip to content

Commit

Permalink
pep8 on the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fletcher committed Oct 17, 2014
1 parent 849e415 commit 4910dce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions urbansim/models/tests/test_supplydemand.py
Expand Up @@ -67,7 +67,8 @@ def test_calculate_adjustment_clips(lcm, filtered, alt_segmenter):

alts_multiplier, submarkets_multiplier, finished = \
supdem._calculate_adjustment(
lcm, choosers, alternatives, alternatives[alt_segmenter], clip, clip)
lcm, choosers, alternatives, alternatives[alt_segmenter],
clip, clip)

pdt.assert_series_equal(
alts_multiplier, pd.Series([1] * 9, index=alternatives.index),
Expand All @@ -85,8 +86,8 @@ def test_calculate_adjustment(lcm, filtered, alt_segmenter, wxyz):

alts_multiplier, submarkets_multiplier, finished = \
supdem._calculate_adjustment(
lcm, choosers, alternatives, alternatives[alt_segmenter],
clip_low, clip_high)
lcm, choosers, alternatives, alternatives[alt_segmenter],
clip_low, clip_high)

w, x, y, z = wxyz

Expand Down

0 comments on commit 4910dce

Please sign in to comment.