From ffdfdfdcff7d1afd318fda5f873b6aef06d7581d Mon Sep 17 00:00:00 2001 From: twneale Date: Tue, 29 Apr 2014 13:41:53 -0400 Subject: [PATCH] Tweak build --- pscl/wnominate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pscl/wnominate.py b/pscl/wnominate.py index 7d1bcc6..358b138 100644 --- a/pscl/wnominate.py +++ b/pscl/wnominate.py @@ -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', )