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 30, 2022
1 parent ae52d0d commit 2180efa
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 2180efa

Please sign in to comment.