Skip to content

Commit c8c2408

Browse files
authored
Update google_symptoms/delphi_google_symptoms/geo.py
1 parent d7247f7 commit c8c2408

File tree

1 file changed

+2
-2
lines changed
  • google_symptoms/delphi_google_symptoms

1 file changed

+2
-2
lines changed

google_symptoms/delphi_google_symptoms/geo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def generate_transition_matrix(geo_res):
2121
The first is a data frame for HRR regions and the second are MSA
2222
regions.
2323
"""
24-
map_df = gmpr._load_crosswalk("fips", geo_res) # pylint: disable=W0212
24+
map_df = gmpr._load_crosswalk("fips", geo_res) # pylint: disable=protected-access
2525
# Add population as weights
2626
map_df = gmpr.add_population_column(map_df, "fips")
2727
if geo_res == "hrr":
@@ -75,4 +75,4 @@ def geo_map(df, geo_res):
7575
newdf[mask] = np.nan
7676
converted_df = converted_df.append(newdf)
7777
return converted_df
78-
78+

0 commit comments

Comments
 (0)