Skip to content

Commit

Permalink
Fix bogus comparson test, hang head in shame
Browse files Browse the repository at this point in the history
  • Loading branch information
twneale committed Apr 29, 2014
1 parent 0bb1b9b commit 9b4c139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pscl/wnominate.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def __eq__(self, other):
to each for me through rpy2. Necessary for unit tests to work.
'''
self.legislators == other.legislators
self.rollcalls = other.rollcalls
self.rollcalls == other.rollcalls
return tuple(self._get_eq_vals()) == tuple(other._get_eq_vals())

def summary(self):
Expand Down

0 comments on commit 9b4c139

Please sign in to comment.