Skip to content

Commit

Permalink
more fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Apr 15, 2024
1 parent 30f5ee7 commit 536044f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/housing_data/build_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def load_states(data_repo_path: Path) -> pd.DataFrame:
states_df = load_bps_all_years_plus_monthly(data_repo_path, "state")

population_df = state_population.get_state_population_estimates(
data_repo_path / STATE_POPULATION_DIR if data_repo_path else None
data_repo_path / STATE_POPULATION_DIR
)

states_df = states_df.merge(
Expand Down

0 comments on commit 536044f

Please sign in to comment.