Skip to content

Commit

Permalink
Merge pull request #271 from PSLmodels/code-health
Browse files Browse the repository at this point in the history
Remove redundant code in create_area_weight.py
  • Loading branch information
martinholmer authored Oct 30, 2024
2 parents a2cf733 + 5f742dd commit 282dacc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tmd/areas/create_area_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
OPTIMIZE_IPRINT = 0 # 20 is a good diagnostic value; set to 0 for production
OPTIMIZE_RESULTS = False # set to True to see complete optimization results

# assumption about which Congress the congressional districts are defined for:
# ... 2010 implies districts for the 117th Congress
# ... 2020 implies districts for the 118th Congress
CD_CENSUS_YEAR = 2010


def valid_area(area: str):
"""
Expand Down

0 comments on commit 282dacc

Please sign in to comment.