Skip to content

Commit

Permalink
debuging
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Nov 2, 2024
1 parent e6317ee commit 58b5c2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/votes/populate/policycalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,9 @@ def generate_policy_distributions(
count = 0

for _, row in tqdm(relevant_df.iterrows(), total=len(relevant_df), disable=quiet):
tqdm.write(
f"person_id: {row['person_id']}, chamber_id: {row['chamber_id']}, party_id: {row['party_id']}"
)
df = (
PolicyPivotTable(
person_id=row["person_id"],
Expand Down

0 comments on commit 58b5c2e

Please sign in to comment.