Skip to content

Commit

Permalink
No need for low memeory (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Aug 31, 2022
1 parent 911969e commit 84007c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/data-pipeline/data_pipeline/tests/score/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ def final_score_df():
return pd.read_csv(
settings.APP_ROOT / "data" / "score" / "csv" / "full" / "usa.csv",
dtype={field_names.GEOID_TRACT_FIELD: str},
low_memory=False,
)

0 comments on commit 84007c6

Please sign in to comment.