Skip to content

Commit

Permalink
Merge pull request #91 from Sandrro/fix/social_risks
Browse files Browse the repository at this point in the history
fix/social risks
  • Loading branch information
Sandrro authored Sep 18, 2024
2 parents 60442d2 + 531bdf5 commit 028fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sloyka/src/risks/regional_activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def run_sloyka_modules(self) -> gpd.GeoDataFrame:
.to_list()
)

processed_geodata.dropna(subset=["text"], inplace=True)
processed_geodata.dropna(subset=[self.text], inplace=True)
processed_geodata = City_services().run(
df=processed_geodata, text_column=self.text
)
Expand Down

0 comments on commit 028fce3

Please sign in to comment.