Skip to content

Commit

Permalink
Tweak build
Browse files Browse the repository at this point in the history
  • Loading branch information
twneale committed Apr 29, 2014
1 parent 0cdd83e commit ffdfdfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pscl/wnominate.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,9 @@ class WnominateRollcalls(SubWrapper):
wrong_nay = WrongNay()
wrong_yea = WrongYea()

# Excluded midpoint3D because none of test data had that attr.
eq_attrs = (
'PRE', 'GMP', 'midpoint2D', 'midpoint3D', 'spread2D', 'spread3D',
'PRE', 'GMP', 'midpoint2D', 'spread2D', 'spread3D',
'correct_yea', 'correct_nay', 'wrong_nay', 'wrong_yea', )


Expand Down

0 comments on commit ffdfdfd

Please sign in to comment.