Skip to content

Commit

Permalink
Fix typo (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Aug 31, 2022
1 parent 3b6391f commit b9b83b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data-pipeline/data_pipeline/etl/score/etl_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def _prepare_initial_df(self) -> pd.DataFrame:
tracts_to_drop_count = len(
set(census_tract_df.GEOID10_TRACT)
- set(self.national_tract_df.GEOID10_TRACT)

)
logger.info(
"Dropping %s tracts not in the 2010 tract data",
tracts_to_drop_count,
Expand Down

0 comments on commit b9b83b6

Please sign in to comment.